#393CC0

Color #393CC0 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #393CC0

Tints of Free Speech Blue #393CC0

Color information

#393CC0 (or 0x393CC0) is unknown color: approx Free Speech Blue. HEX triplet: 39, 3C and C0. RGB value is (57,60,192). Sum of RGB (Red+Green+Blue) = 57+60+192=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 192 (75.39% from 255 or 62.14% from 309); Max value from RGB is 192 - color contains mainly: blue. Hex color #393CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393CC0 is #C6C33F. Grayscale: #494949. Windows color (decimal): -13026112 or 12598329. OLE color: 12598329.

HSL color Cylindrical-coordinate representation of color #393CC0: hue angle of 238.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #393CC0 is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5760192-
CMYK0.700.6900.25
HSL238.67º54.22%48.82%-
HSV(B)238.67º70.31%75.29%-
XYZ12.827.9150.72-
YUV74.15194.51115.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 60 (23.83% from 255) = 19.42%
BLUE value IS 192 (75.39% from 255) = 62.14%
R=18.45%
G=19.42%
B=62.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57601920.700.6900.25238.6754.2248.82
Hex393CC04645019ef3631
Octal71743001061050313576661
Binary111001111100110000001000110100010101100111101111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,60,192); }

 H1.HeaderClassName
 {
   color: #393CC0;
 }
 .AnyTagClassName
 {
   color: #393CC0;
 }
</style>
background-color css

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

 a { background-color: rgb(57,60,192); }

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

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

 span { border-color: rgb(57,60,192); }

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