#3944B8

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

Shades of Free Speech Blue #3944B8

Tints of Free Speech Blue #3944B8

Color information

#3944B8 (or 0x3944B8) is unknown color: approx Free Speech Blue. HEX triplet: 39, 44 and B8. RGB value is (57,68,184). Sum of RGB (Red+Green+Blue) = 57+68+184=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 184 (72.27% from 255 or 59.55% from 309); Max value from RGB is 184 - color contains mainly: blue. Hex color #3944B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3944B8 is #C6BB47. Grayscale: #4D4D4D. Windows color (decimal): -13024072 or 12076089. OLE color: 12076089.

HSL color Cylindrical-coordinate representation of color #3944B8: hue angle of 234.8º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3944B8 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5768184-
CMYK0.690.6300.28
HSL234.8º52.7%47.25%-
HSV(B)234.8º69.02%72.16%-
XYZ12.418.4646.33-
YUV77.94187.86113.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 184 (72.27% from 255) = 59.55%
R=18.45%
G=22.01%
B=59.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal57681840.690.6300.28234.852.747.25
Hex3944B8453F01Ceb352f
Octal71104270105770343536557
Binary111001100010010111000100010111111101110011101011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3944B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3944B8; }

 p { color: rgb(57,68,184); }

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

<style>
 a { background-color: #3944B8; }

 a { background-color: rgb(57,68,184); }

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

<style>
 span { border-color: #3944B8; }

 span { border-color: rgb(57,68,184); }

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