#393BD8

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

Shades of Free Speech Blue #393BD8

Tints of Free Speech Blue #393BD8

Color information

#393BD8 (or 0x393BD8) is unknown color: approx Free Speech Blue. HEX triplet: 39, 3B and D8. RGB value is (57,59,216). Sum of RGB (Red+Green+Blue) = 57+59+216=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 216 (84.77% from 255 or 65.06% from 332); Max value from RGB is 216 - color contains mainly: blue. Hex color #393BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393BD8 is #C6C427. Grayscale: #4B4B4B. Windows color (decimal): -13026344 or 14170937. OLE color: 14170937.

HSL color Cylindrical-coordinate representation of color #393BD8: hue angle of 239.25º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #393BD8 is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5759216-
CMYK0.740.7300.15
HSL239.25º67.09%53.53%-
HSV(B)239.25º73.61%84.71%-
XYZ15.658.9665.87-
YUV76.3206.84114.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.17%
GREEN value IS 59 (23.44% from 255) = 17.77%
BLUE value IS 216 (84.77% from 255) = 65.06%
R=17.17%
G=17.77%
B=65.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal57592160.740.7300.15239.2567.0953.53
Hex393BD84A490Fef4336
Octal717333011211101735710366
Binary111001111011110110001001010100100101111111011111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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