Html Css Color HEX #394ED9 Free Speech Blue

📋 copy color: '#394ED9'

red 57 ◦ green 78 ◦ blue 217

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

Shades of Free Speech Blue #394ED9

Tints of Free Speech Blue #394ED9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.16%

 BLUE value IS 217 (85.16% from 255) = 61.65%

R = 16.19%
G = 22.16%
B = 61.65%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#394ED9 (or 0x394ED9) is known color: Free Speech Blue. HEX triplet: 39, 4E and D9. RGB value is (57,78,217). Sum of RGB (Red+Green+Blue) = 57+78+217=352 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.19% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 217 (85.16% from 255 or 61.65% from 352); Max value from RGB is 217 - color contains mainly: blue. Hex color #394ED9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394ED9 is #C6B126. Grayscale: #565656. Windows color (decimal): -13021479 or 14241337. OLE color: 14241337.

HSL color Cylindrical-coordinate representation of color #394ED9: hue angle of 232.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #394ED9 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 57 78 217 -
CMYK 0.74 0.64 0 0.15
HSL 232.13º 0.68% 0.54% -
HSV(B) 232.13º 0.74% 0.85% -
XYZ 16.94 11.33 66.94 -
YUV 87.57 201.04 106.2 -
System Red Green Blue C M Y K H S L
Decimal 57 78 217 0.74 0.64 0 0.15 232.13 0.68 0.54
Hex 39 4E D9 4A 40 0 F E8 44 36
Octal 71 116 331 112 100 0 17 350 104 66
Binary 111001 1001110 11011001 1001010 1000000 0 1111 11101000 1000100 110110

Color Harmonies of #394ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394ED9

Black with #394ED9

Text Example


Text Example

White with #394ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,78,217); }

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

background-color css

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

 a { background-color: rgb(57,78,217); }

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

border-color css

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

 span { border-color: rgb(57,78,217); }

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