Html Css Color HEX #393ECC Free Speech Blue

📋 copy color: '#393ECC'

red 57 ◦ green 62 ◦ blue 204

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

Shades of Free Speech Blue #393ECC

Tints of Free Speech Blue #393ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.2%

 BLUE value IS 204 (80.08% from 255) = 63.16%

R = 17.65%
G = 19.2%
B = 63.16%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#393ECC (or 0x393ECC) is known color: Free Speech Blue. HEX triplet: 39, 3E and CC. RGB value is (57,62,204). Sum of RGB (Red+Green+Blue) = 57+62+204=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #393ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393ECC is #C6C133. Grayscale: #4C4C4C. Windows color (decimal): -13025588 or 13385273. OLE color: 13385273.

HSL color Cylindrical-coordinate representation of color #393ECC: hue angle of 237.96º degrees, saturation: 0.59, 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 #393ECC is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 57 62 204 -
CMYK 0.72 0.70 0 0.2
HSL 237.96º 0.59% 0.51% -
HSV(B) 237.96º 0.72% 0.8% -
XYZ 14.31 8.67 58.05 -
YUV 76.69 199.84 113.95 -
System Red Green Blue C M Y K H S L
Decimal 57 62 204 0.72 0.70 0 0.2 237.96 0.59 0.51
Hex 39 3E CC 48 46 0 14 EE 3B 33
Octal 71 76 314 110 106 0 24 356 73 63
Binary 111001 111110 11001100 1001000 1000110 0 10100 11101110 111011 110011

Color Harmonies of #393ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393ECC

Black with #393ECC

Text Example


Text Example

White with #393ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393ECC; }

 p { color: rgb(57,62,204); }

 H1.HeaderClassName
 {
   color: #393ECC;
 }
 .AnyTagClassName
 {
   color: #393ECC;
 }
</style>

background-color css

<style>
 a { background-color: #393ECC; }

 a { background-color: rgb(57,62,204); }

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

border-color css

<style>
 span { border-color: #393ECC; }

 span { border-color: rgb(57,62,204); }

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