#393BCD

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

Shades of Free Speech Blue #393BCD

Tints of Free Speech Blue #393BCD

Color information

#393BCD (or 0x393BCD) is unknown color: approx Free Speech Blue. HEX triplet: 39, 3B and CD. RGB value is (57,59,205). Sum of RGB (Red+Green+Blue) = 57+59+205=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #393BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393BCD is #C6C432. Grayscale: #4A4A4A. Windows color (decimal): -13026355 or 13450041. OLE color: 13450041.

HSL color Cylindrical-coordinate representation of color #393BCD: hue angle of 239.19º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #393BCD is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5759205-
CMYK0.720.7100.20
HSL239.19º59.68%51.37%-
HSV(B)239.19º72.2%80.39%-
XYZ14.278.4158.63-
YUV75.05201.34115.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.76%
GREEN value IS 59 (23.44% from 255) = 18.38%
BLUE value IS 205 (80.47% from 255) = 63.86%
R=17.76%
G=18.38%
B=63.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal57592050.720.7100.20239.1959.6851.37
Hex393BCD4847014ef3c33
Octal71733151101070243577463
Binary111001111011110011011001000100011101010011101111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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