#33389A

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

Shades of Dark Slate Blue #33389A

Tints of Dark Slate Blue #33389A

Color information

#33389A (or 0x33389A) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 38 and 9A. RGB value is (51,56,154). Sum of RGB (Red+Green+Blue) = 51+56+154=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #33389A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33389A is #CCC765. Grayscale: #414141. Windows color (decimal): -13420390 or 10106931. OLE color: 10106931.

HSL color Cylindrical-coordinate representation of color #33389A: hue angle of 237.09º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33389A is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5156154-
CMYK0.670.6400.40
HSL237.09º50.24%40.2%-
HSV(B)237.09º66.88%60.39%-
XYZ8.615.8731.25-
YUV65.68177.84117.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.54%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 154 (60.55% from 255) = 59.00%
R=19.54%
G=21.46%
B=59.00%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51561540.670.6400.40237.0950.2440.2
Hex33389A4340028ed3228
Octal63702321031000503556250
Binary1100111110001001101010000111000000010100011101101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33389A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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