#33259A

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

Shades of Dark Slate Blue #33259A

Tints of Dark Slate Blue #33259A

Color information

#33259A (or 0x33259A) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 25 and 9A. RGB value is (51,37,154). Sum of RGB (Red+Green+Blue) = 51+37+154=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #33259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33259A is #CCDA65. Grayscale: #363636. Windows color (decimal): -13425254 or 10102067. OLE color: 10102067.

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

Color convert

RGB5137154-
CMYK0.670.7600.40
HSL247.18º61.26%37.45%-
HSV(B)247.18º75.97%60.39%-
XYZ7.864.3631-
YUV54.52184.14125.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 154 (60.55% from 255) = 63.64%
R=21.07%
G=15.29%
B=63.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51371540.670.7600.40247.1861.2637.45
Hex33259A434C028f73d25
Octal63452321031140503677545
Binary1100111001011001101010000111001100010100011110111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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