Html Css Color HEX #394AB9 Free Speech Blue

📋 copy color: '#394AB9'

red 57 ◦ green 74 ◦ blue 185

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

Shades of Free Speech Blue #394AB9

Tints of Free Speech Blue #394AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 58.54%

R = 18.04%
G = 23.42%
B = 58.54%

CMYK

 C value IS 0.69

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#394AB9 (or 0x394AB9) is known color: Free Speech Blue. HEX triplet: 39, 4A and B9. RGB value is (57,74,185). Sum of RGB (Red+Green+Blue) = 57+74+185=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 185 (72.66% from 255 or 58.54% from 316); Max value from RGB is 185 - color contains mainly: blue. Hex color #394AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394AB9 is #C6B546. Grayscale: #515151. Windows color (decimal): -13022535 or 12143161. OLE color: 12143161.

HSL color Cylindrical-coordinate representation of color #394AB9: hue angle of 232.03º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #394AB9 is Cyan = 0.69, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 74 185 -
CMYK 0.69 0.6 0 0.27
HSL 232.03º 0.53% 0.47% -
HSV(B) 232.03º 0.69% 0.73% -
XYZ 12.89 9.27 47.01 -
YUV 81.57 186.37 110.47 -
System Red Green Blue C M Y K H S L
Decimal 57 74 185 0.69 0.6 0 0.27 232.03 0.53 0.47
Hex 39 4A B9 45 3C 0 1B E8 35 2F
Octal 71 112 271 105 74 0 33 350 65 57
Binary 111001 1001010 10111001 1000101 111100 0 11011 11101000 110101 101111

Color Harmonies of #394AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394AB9

Black with #394AB9

Text Example


Text Example

White with #394AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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