#393BC0

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

Shades of Free Speech Blue #393BC0

Tints of Free Speech Blue #393BC0

Color information

#393BC0 (or 0x393BC0) is unknown color: approx Free Speech Blue. HEX triplet: 39, 3B and C0. RGB value is (57,59,192). Sum of RGB (Red+Green+Blue) = 57+59+192=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #393BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393BC0 is #C6C43F. Grayscale: #494949. Windows color (decimal): -13026368 or 12598073. OLE color: 12598073.

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

Color convert

RGB5759192-
CMYK0.700.6900.25
HSL239.11º54.22%48.82%-
HSV(B)239.11º70.31%75.29%-
XYZ12.777.850.7-
YUV73.56194.84116.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.51%
GREEN value IS 59 (23.44% from 255) = 19.16%
BLUE value IS 192 (75.39% from 255) = 62.34%
R=18.51%
G=19.16%
B=62.34%

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
Decimal57591920.700.6900.25239.1154.2248.82
Hex393BC04645019ef3631
Octal71733001061050313576661
Binary111001111011110000001000110100010101100111101111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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