Html Css Color HEX #394DB9 Free Speech Blue

📋 copy color: '#394DB9'

red 57 ◦ green 77 ◦ blue 185

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

Shades of Free Speech Blue #394DB9

Tints of Free Speech Blue #394DB9

RGB

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

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

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

R = 17.87%
G = 24.14%
B = 57.99%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#394DB9 (or 0x394DB9) is known color: Free Speech Blue. HEX triplet: 39, 4D and B9. RGB value is (57,77,185). Sum of RGB (Red+Green+Blue) = 57+77+185=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 185 (72.66% from 255 or 57.99% from 319); Max value from RGB is 185 - color contains mainly: blue. Hex color #394DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394DB9 is #C6B246. Grayscale: #525252. Windows color (decimal): -13021767 or 12143929. OLE color: 12143929.

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

Color convert

RGB 57 77 185 -
CMYK 0.69 0.58 0 0.27
HSL 230.63º 0.53% 0.47% -
HSV(B) 230.63º 0.69% 0.73% -
XYZ 13.1 9.68 47.08 -
YUV 83.33 185.37 109.22 -
System Red Green Blue C M Y K H S L
Decimal 57 77 185 0.69 0.58 0 0.27 230.63 0.53 0.47
Hex 39 4D B9 45 3A 0 1B E7 35 2F
Octal 71 115 271 105 72 0 33 347 65 57
Binary 111001 1001101 10111001 1000101 111010 0 11011 11100111 110101 101111

Color Harmonies of #394DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394DB9

Black with #394DB9

Text Example


Text Example

White with #394DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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