#33339C

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

Shades of Dark Slate Blue #33339C

Tints of Dark Slate Blue #33339C

Color information

#33339C (or 0x33339C) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 33 and 9C. RGB value is (51,51,156). Sum of RGB (Red+Green+Blue) = 51+51+156=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #33339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33339C is #CCCC63. Grayscale: #3E3E3E. Windows color (decimal): -13421668 or 10236723. OLE color: 10236723.

HSL color Cylindrical-coordinate representation of color #33339C: hue angle of 240º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33339C is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5151156-
CMYK0.670.6700.39
HSL240º50.72%40.59%-
HSV(B)240º67.31%61.18%-
XYZ8.555.4732.06-
YUV62.97180.5119.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.77%
GREEN value IS 51 (20.31% from 255) = 19.77%
BLUE value IS 156 (61.33% from 255) = 60.47%
R=19.77%
G=19.77%
B=60.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51511560.670.6700.3924050.7240.59
Hex33339C4343027f03329
Octal63632341031030473606351
Binary1100111100111001110010000111000011010011111110000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33339C; }

 p { color: rgb(51,51,156); }

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

<style>
 a { background-color: #33339C; }

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

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

<style>
 span { border-color: #33339C; }

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

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