Html Css Color HEX #393ECD Free Speech Blue

📋 copy color: '#393ECD'

red 57 ◦ green 62 ◦ blue 205

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

Shades of Free Speech Blue #393ECD

Tints of Free Speech Blue #393ECD

RGB

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

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

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

R = 17.59%
G = 19.14%
B = 63.27%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#393ECD (or 0x393ECD) is known color: Free Speech Blue. HEX triplet: 39, 3E and CD. RGB value is (57,62,205). Sum of RGB (Red+Green+Blue) = 57+62+205=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #393ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393ECD is #C6C132. Grayscale: #4C4C4C. Windows color (decimal): -13025587 or 13450809. OLE color: 13450809.

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

Color convert

RGB 57 62 205 -
CMYK 0.72 0.70 0 0.20
HSL 237.97º 0.6% 0.51% -
HSV(B) 237.97º 0.72% 0.8% -
XYZ 14.43 8.72 58.68 -
YUV 76.81 200.34 113.87 -
System Red Green Blue C M Y K H S L
Decimal 57 62 205 0.72 0.70 0 0.20 237.97 0.6 0.51
Hex 39 3E CD 48 46 0 14 EE 3C 33
Octal 71 76 315 110 106 0 24 356 74 63
Binary 111001 111110 11001101 1001000 1000110 0 10100 11101110 111100 110011

Color Harmonies of #393ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393ECD

Black with #393ECD

Text Example


Text Example

White with #393ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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