Html Css Color HEX #3959B8 Free Speech Blue

📋 copy color: '#3959B8'

red 57 ◦ green 89 ◦ blue 184

#3959B8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #3959B8

Tints of Free Speech Blue #3959B8

RGB

 RED value IS 57 (22.66% from 255) = 17.27%

 GREEN value IS 89 (35.16% from 255) = 26.97%

 BLUE value IS 184 (72.27% from 255) = 55.76%

R = 17.27%
G = 26.97%
B = 55.76%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3959B8 (or 0x3959B8) is known color: Free Speech Blue. HEX triplet: 39, 59 and B8. RGB value is (57,89,184). Sum of RGB (Red+Green+Blue) = 57+89+184=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 184 (72.27% from 255 or 55.76% from 330); Max value from RGB is 184 - color contains mainly: blue. Hex color #3959B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3959B8 is #C6A647. Grayscale: #595959. Windows color (decimal): -13018696 or 12081465. OLE color: 12081465.

HSL color Cylindrical-coordinate representation of color #3959B8: hue angle of 224.88º 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 #3959B8 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 57 89 184 -
CMYK 0.69 0.52 0 0.28
HSL 224.88º 0.53% 0.47% -
HSV(B) 224.88º 0.69% 0.72% -
XYZ 13.91 11.48 46.83 -
YUV 90.26 180.9 104.28 -
System Red Green Blue C M Y K H S L
Decimal 57 89 184 0.69 0.52 0 0.28 224.88 0.53 0.47
Hex 39 59 B8 45 34 0 1C E1 35 2F
Octal 71 131 270 105 64 0 34 341 65 57
Binary 111001 1011001 10111000 1000101 110100 0 11100 11100001 110101 101111

Color Harmonies of #3959B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3959B8

Black with #3959B8

Text Example


Text Example

White with #3959B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3959B8;
 }
 .AnyTagClassName
 {
   color: #3959B8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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