Html Css Color HEX #394EC7 Free Speech Blue

📋 copy color: '#394EC7'

red 57 ◦ green 78 ◦ blue 199

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

Shades of Free Speech Blue #394EC7

Tints of Free Speech Blue #394EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 59.58%

R = 17.07%
G = 23.35%
B = 59.58%

CMYK

 C value IS 0.71

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#394EC7 (or 0x394EC7) is known color: Free Speech Blue. HEX triplet: 39, 4E and C7. RGB value is (57,78,199). Sum of RGB (Red+Green+Blue) = 57+78+199=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 199 (78.12% from 255 or 59.58% from 334); Max value from RGB is 199 - color contains mainly: blue. Hex color #394EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394EC7 is #C6B138. Grayscale: #555555. Windows color (decimal): -13021497 or 13061689. OLE color: 13061689.

HSL color Cylindrical-coordinate representation of color #394EC7: hue angle of 231.13º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #394EC7 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 57 78 199 -
CMYK 0.71 0.61 0 0.22
HSL 231.13º 0.56% 0.5% -
HSV(B) 231.13º 0.71% 0.78% -
XYZ 14.72 10.44 55.27 -
YUV 85.52 192.04 107.66 -
System Red Green Blue C M Y K H S L
Decimal 57 78 199 0.71 0.61 0 0.22 231.13 0.56 0.5
Hex 39 4E C7 47 3D 0 16 E7 38 32
Octal 71 116 307 107 75 0 26 347 70 62
Binary 111001 1001110 11000111 1000111 111101 0 10110 11100111 111000 110010

Color Harmonies of #394EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394EC7

Black with #394EC7

Text Example


Text Example

White with #394EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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