Html Css Color HEX #394DB8 Free Speech Blue

📋 copy color: '#394DB8'

red 57 ◦ green 77 ◦ blue 184

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

Shades of Free Speech Blue #394DB8

Tints of Free Speech Blue #394DB8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.21%

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

R = 17.92%
G = 24.21%
B = 57.86%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#394DB8 (or 0x394DB8) is known color: Free Speech Blue. HEX triplet: 39, 4D and B8. RGB value is (57,77,184). Sum of RGB (Red+Green+Blue) = 57+77+184=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 184 (72.27% from 255 or 57.86% from 318); Max value from RGB is 184 - color contains mainly: blue. Hex color #394DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394DB8 is #C6B247. Grayscale: #525252. Windows color (decimal): -13021768 or 12078393. OLE color: 12078393.

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

Color convert

RGB 57 77 184 -
CMYK 0.69 0.58 0 0.28
HSL 230.55º 0.53% 0.47% -
HSV(B) 230.55º 0.69% 0.72% -
XYZ 12.99 9.64 46.52 -
YUV 83.22 184.87 109.3 -
System Red Green Blue C M Y K H S L
Decimal 57 77 184 0.69 0.58 0 0.28 230.55 0.53 0.47
Hex 39 4D B8 45 3A 0 1C E7 35 2F
Octal 71 115 270 105 72 0 34 347 65 57
Binary 111001 1001101 10111000 1000101 111010 0 11100 11100111 110101 101111

Color Harmonies of #394DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394DB8

Black with #394DB8

Text Example


Text Example

White with #394DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394DB8; }

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

 H1.HeaderClassName
 {
   color: #394DB8;
 }
 .AnyTagClassName
 {
   color: #394DB8;
 }
</style>

background-color css

<style>
 a { background-color: #394DB8; }

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

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

border-color css

<style>
 span { border-color: #394DB8; }

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

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