Html Css Color HEX #394ECD Free Speech Blue

📋 copy color: '#394ECD'

red 57 ◦ green 78 ◦ blue 205

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

Shades of Free Speech Blue #394ECD

Tints of Free Speech Blue #394ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.29%

R = 16.76%
G = 22.94%
B = 60.29%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#394ECD (or 0x394ECD) is known color: Free Speech Blue. HEX triplet: 39, 4E and CD. RGB value is (57,78,205). Sum of RGB (Red+Green+Blue) = 57+78+205=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 205 (80.47% from 255 or 60.29% from 340); Max value from RGB is 205 - color contains mainly: blue. Hex color #394ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394ECD is #C6B132. Grayscale: #555555. Windows color (decimal): -13021491 or 13454905. OLE color: 13454905.

HSL color Cylindrical-coordinate representation of color #394ECD: hue angle of 231.49º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #394ECD is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 78 205 -
CMYK 0.72 0.62 0 0.20
HSL 231.49º 0.6% 0.51% -
HSV(B) 231.49º 0.72% 0.8% -
XYZ 15.43 10.73 59.01 -
YUV 86.2 195.04 107.17 -
System Red Green Blue C M Y K H S L
Decimal 57 78 205 0.72 0.62 0 0.20 231.49 0.6 0.51
Hex 39 4E CD 48 3E 0 14 E7 3C 33
Octal 71 116 315 110 76 0 24 347 74 63
Binary 111001 1001110 11001101 1001000 111110 0 10100 11100111 111100 110011

Color Harmonies of #394ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394ECD

Black with #394ECD

Text Example


Text Example

White with #394ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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