#3844BC

Color #3844BC Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3844BC

Tints of Free Speech Blue #3844BC

Color information

#3844BC (or 0x3844BC) is unknown color: approx Free Speech Blue. HEX triplet: 38, 44 and BC. RGB value is (56,68,188). Sum of RGB (Red+Green+Blue) = 56+68+188=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #3844BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3844BC is #C7BB43. Grayscale: #4D4D4D. Windows color (decimal): -13089604 or 12338232. OLE color: 12338232.

HSL color Cylindrical-coordinate representation of color #3844BC: hue angle of 234.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3844BC is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5668188-
CMYK0.700.6400.26
HSL234.55º54.1%47.84%-
HSV(B)234.55º70.21%73.73%-
XYZ12.788.6148.56-
YUV78.09190.02112.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 17.95%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 188 (73.83% from 255) = 60.26%
R=17.95%
G=21.79%
B=60.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal56681880.700.6400.26234.5554.147.84
Hex3844BC464001Aeb3630
Octal701042741061000323536660
Binary1110001000100101111001000110100000001101011101011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3844BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3844BC; }

 p { color: rgb(56,68,188); }

 H1.HeaderClassName
 {
   color: #3844BC;
 }
 .AnyTagClassName
 {
   color: #3844BC;
 }
</style>
background-color css

<style>
 a { background-color: #3844BC; }

 a { background-color: rgb(56,68,188); }

 div.DivClassName
 {
   background-color: #3844BC;
 }
 .BgClassName
 {
   background-color: #3844BC;
 }
</style>
border-color css

<style>
 span { border-color: #3844BC; }

 span { border-color: rgb(56,68,188); }

 td.TdClassName
 {
   border-color: #3844BC;
 }
 .TagClassName
 {
   border-color: #3844BC;
 }
</style>