Html Css Color HEX #394EDC Free Speech Blue

📋 copy color: '#394EDC'

red 57 ◦ green 78 ◦ blue 220

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

Shades of Free Speech Blue #394EDC

Tints of Free Speech Blue #394EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.97%

R = 16.06%
G = 21.97%
B = 61.97%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#394EDC (or 0x394EDC) is known color: Free Speech Blue. HEX triplet: 39, 4E and DC. RGB value is (57,78,220). Sum of RGB (Red+Green+Blue) = 57+78+220=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #394EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394EDC is #C6B123. Grayscale: #575757. Windows color (decimal): -13021476 or 14437945. OLE color: 14437945.

HSL color Cylindrical-coordinate representation of color #394EDC: hue angle of 232.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #394EDC is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 78 220 -
CMYK 0.74 0.65 0 0.14
HSL 232.27º 0.7% 0.54% -
HSV(B) 232.27º 0.74% 0.86% -
XYZ 17.33 11.49 69.01 -
YUV 87.91 202.54 105.95 -
System Red Green Blue C M Y K H S L
Decimal 57 78 220 0.74 0.65 0 0.14 232.27 0.7 0.54
Hex 39 4E DC 4A 41 0 E E8 46 36
Octal 71 116 334 112 101 0 16 350 106 66
Binary 111001 1001110 11011100 1001010 1000001 0 1110 11101000 1000110 110110

Color Harmonies of #394EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394EDC

Black with #394EDC

Text Example


Text Example

White with #394EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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