Html Css Color HEX #394ECB Free Speech Blue

📋 copy color: '#394ECB'

red 57 ◦ green 78 ◦ blue 203

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

Shades of Free Speech Blue #394ECB

Tints of Free Speech Blue #394ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.06%

R = 16.86%
G = 23.08%
B = 60.06%

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

#394ECB (or 0x394ECB) is known color: Free Speech Blue. HEX triplet: 39, 4E and CB. RGB value is (57,78,203). Sum of RGB (Red+Green+Blue) = 57+78+203=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #394ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394ECB is #C6B134. Grayscale: #555555. Windows color (decimal): -13021493 or 13323833. OLE color: 13323833.

HSL color Cylindrical-coordinate representation of color #394ECB: hue angle of 231.37º degrees, saturation: 0.58, 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 #394ECB is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 78 203 -
CMYK 0.72 0.62 0 0.20
HSL 231.37º 0.58% 0.51% -
HSV(B) 231.37º 0.72% 0.8% -
XYZ 15.19 10.63 57.75 -
YUV 85.97 194.04 107.34 -
System Red Green Blue C M Y K H S L
Decimal 57 78 203 0.72 0.62 0 0.20 231.37 0.58 0.51
Hex 39 4E CB 48 3E 0 14 E7 3A 33
Octal 71 116 313 110 76 0 24 347 72 63
Binary 111001 1001110 11001011 1001000 111110 0 10100 11100111 111010 110011

Color Harmonies of #394ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394ECB

Black with #394ECB

Text Example


Text Example

White with #394ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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