#33389E

Color #33389E Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #33389E

Tints of Dark Slate Blue #33389E

Color information

#33389E (or 0x33389E) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 38 and 9E. RGB value is (51,56,158). Sum of RGB (Red+Green+Blue) = 51+56+158=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #33389E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33389E is #CCC761. Grayscale: #414141. Windows color (decimal): -13420386 or 10369075. OLE color: 10369075.

HSL color Cylindrical-coordinate representation of color #33389E: hue angle of 237.2º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33389E is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5156158-
CMYK0.680.6500.38
HSL237.2º51.2%40.98%-
HSV(B)237.2º67.72%61.96%-
XYZ8.95633.03-
YUV66.13179.84117.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 158 (62.11% from 255) = 59.62%
R=19.25%
G=21.13%
B=59.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51561580.680.6500.38237.251.240.98
Hex33389E4441026ed3329
Octal63702361041010463556351
Binary1100111110001001111010001001000001010011011101101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33389E; }

 p { color: rgb(51,56,158); }

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

<style>
 a { background-color: #33389E; }

 a { background-color: rgb(51,56,158); }

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

<style>
 span { border-color: #33389E; }

 span { border-color: rgb(51,56,158); }

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