#393CBD

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

Shades of Free Speech Blue #393CBD

Tints of Free Speech Blue #393CBD

Color information

#393CBD (or 0x393CBD) is unknown color: approx Free Speech Blue. HEX triplet: 39, 3C and BD. RGB value is (57,60,189). Sum of RGB (Red+Green+Blue) = 57+60+189=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #393CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393CBD is #C6C342. Grayscale: #494949. Windows color (decimal): -13026115 or 12401721. OLE color: 12401721.

HSL color Cylindrical-coordinate representation of color #393CBD: hue angle of 238.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #393CBD is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5760189-
CMYK0.700.6800.26
HSL238.64º53.66%48.24%-
HSV(B)238.64º69.84%74.12%-
XYZ12.497.7848.99-
YUV73.81193.01116.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.63%
GREEN value IS 60 (23.83% from 255) = 19.61%
BLUE value IS 189 (74.22% from 255) = 61.76%
R=18.63%
G=19.61%
B=61.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal57601890.700.6800.26238.6453.6648.24
Hex393CBD464401Aef3630
Octal71742751061040323576660
Binary111001111100101111011000110100010001101011101111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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