#393CCD

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

Shades of Free Speech Blue #393CCD

Tints of Free Speech Blue #393CCD

Color information

#393CCD (or 0x393CCD) is unknown color: approx Free Speech Blue. HEX triplet: 39, 3C and CD. RGB value is (57,60,205). Sum of RGB (Red+Green+Blue) = 57+60+205=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #393CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393CCD is #C6C332. Grayscale: #4B4B4B. Windows color (decimal): -13026099 or 13450297. OLE color: 13450297.

HSL color Cylindrical-coordinate representation of color #393CCD: hue angle of 238.78º 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 #393CCD is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5760205-
CMYK0.720.7100.20
HSL238.78º59.68%51.37%-
HSV(B)238.78º72.2%80.39%-
XYZ14.328.5158.65-
YUV75.63201.01114.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.70%
GREEN value IS 60 (23.83% from 255) = 18.63%
BLUE value IS 205 (80.47% from 255) = 63.66%
R=17.70%
G=18.63%
B=63.66%

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
Decimal57602050.720.7100.20238.7859.6851.37
Hex393CCD4847014ef3c33
Octal71743151101070243577463
Binary111001111100110011011001000100011101010011101111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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