Html Css Color HEX #394DB6 Free Speech Blue

📋 copy color: '#394DB6'

red 57 ◦ green 77 ◦ blue 182

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

Shades of Free Speech Blue #394DB6

Tints of Free Speech Blue #394DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 57.59%

R = 18.04%
G = 24.37%
B = 57.59%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#394DB6 (or 0x394DB6) is known color: Free Speech Blue. HEX triplet: 39, 4D and B6. RGB value is (57,77,182). Sum of RGB (Red+Green+Blue) = 57+77+182=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 182 (71.48% from 255 or 57.59% from 316); Max value from RGB is 182 - color contains mainly: blue. Hex color #394DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394DB6 is #C6B249. Grayscale: #525252. Windows color (decimal): -13021770 or 11947321. OLE color: 11947321.

HSL color Cylindrical-coordinate representation of color #394DB6: hue angle of 230.4º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #394DB6 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 57 77 182 -
CMYK 0.69 0.58 0 0.29
HSL 230.4º 0.52% 0.47% -
HSV(B) 230.4º 0.69% 0.71% -
XYZ 12.78 9.56 45.43 -
YUV 82.99 183.87 109.46 -
System Red Green Blue C M Y K H S L
Decimal 57 77 182 0.69 0.58 0 0.29 230.4 0.52 0.47
Hex 39 4D B6 45 3A 0 1D E6 34 2F
Octal 71 115 266 105 72 0 35 346 64 57
Binary 111001 1001101 10110110 1000101 111010 0 11101 11100110 110100 101111

Color Harmonies of #394DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394DB6

Black with #394DB6

Text Example


Text Example

White with #394DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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