#393CD0

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

Shades of Free Speech Blue #393CD0

Tints of Free Speech Blue #393CD0

Color information

#393CD0 (or 0x393CD0) is unknown color: approx Free Speech Blue. HEX triplet: 39, 3C and D0. RGB value is (57,60,208). Sum of RGB (Red+Green+Blue) = 57+60+208=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 208 (81.64% from 255 or 64% from 325); Max value from RGB is 208 - color contains mainly: blue. Hex color #393CD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393CD0 is #C6C32F. Grayscale: #4B4B4B. Windows color (decimal): -13026096 or 13646905. OLE color: 13646905.

HSL color Cylindrical-coordinate representation of color #393CD0: hue angle of 238.81º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #393CD0 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5760208-
CMYK0.730.7100.18
HSL238.81º61.63%51.96%-
HSV(B)238.81º72.6%81.57%-
XYZ14.698.6660.57-
YUV75.97202.51114.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.54%
GREEN value IS 60 (23.83% from 255) = 18.46%
BLUE value IS 208 (81.64% from 255) = 64%
R=17.54%
G=18.46%
B=64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal57602080.730.7100.18238.8161.6351.96
Hex393CD04947012ef3e34
Octal71743201111070223577664
Binary111001111100110100001001001100011101001011101111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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