Html Css Color HEX #394AB6 Free Speech Blue

📋 copy color: '#394AB6'

red 57 ◦ green 74 ◦ blue 182

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

Shades of Free Speech Blue #394AB6

Tints of Free Speech Blue #394AB6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.64%

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

R = 18.21%
G = 23.64%
B = 58.15%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#394AB6 (or 0x394AB6) is known color: Free Speech Blue. HEX triplet: 39, 4A and B6. RGB value is (57,74,182). Sum of RGB (Red+Green+Blue) = 57+74+182=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 182 (71.48% from 255 or 58.15% from 313); Max value from RGB is 182 - color contains mainly: blue. Hex color #394AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394AB6 is #C6B549. Grayscale: #505050. Windows color (decimal): -13022538 or 11946553. OLE color: 11946553.

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

Color convert

RGB 57 74 182 -
CMYK 0.69 0.59 0 0.29
HSL 231.84º 0.52% 0.47% -
HSV(B) 231.84º 0.69% 0.71% -
XYZ 12.58 9.14 45.36 -
YUV 81.23 184.87 110.72 -
System Red Green Blue C M Y K H S L
Decimal 57 74 182 0.69 0.59 0 0.29 231.84 0.52 0.47
Hex 39 4A B6 45 3B 0 1D E8 34 2F
Octal 71 112 266 105 73 0 35 350 64 57
Binary 111001 1001010 10110110 1000101 111011 0 11101 11101000 110100 101111

Color Harmonies of #394AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394AB6

Black with #394AB6

Text Example


Text Example

White with #394AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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