#393DC8

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

Shades of Free Speech Blue #393DC8

Tints of Free Speech Blue #393DC8

Color information

#393DC8 (or 0x393DC8) is unknown color: approx Free Speech Blue. HEX triplet: 39, 3D and C8. RGB value is (57,61,200). Sum of RGB (Red+Green+Blue) = 57+61+200=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 200 (78.52% from 255 or 62.89% from 318); Max value from RGB is 200 - color contains mainly: blue. Hex color #393DC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393DC8 is #C6C237. Grayscale: #4B4B4B. Windows color (decimal): -13025848 or 13122873. OLE color: 13122873.

HSL color Cylindrical-coordinate representation of color #393DC8: hue angle of 238.32º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #393DC8 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5761200-
CMYK0.720.6900.22
HSL238.32º56.52%50.39%-
HSV(B)238.32º71.5%78.43%-
XYZ13.788.3855.53-
YUV75.65198.17114.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.92%
GREEN value IS 61 (24.22% from 255) = 19.18%
BLUE value IS 200 (78.52% from 255) = 62.89%
R=17.92%
G=19.18%
B=62.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal57612000.720.6900.22238.3256.5250.39
Hex393DC84845016ee3932
Octal71753101101050263567162
Binary111001111101110010001001000100010101011011101110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,61,200); }

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

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

 a { background-color: rgb(57,61,200); }

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

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

 span { border-color: rgb(57,61,200); }

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