#33269F

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

Shades of Dark Slate Blue #33269F

Tints of Dark Slate Blue #33269F

Color information

#33269F (or 0x33269F) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 26 and 9F. RGB value is (51,38,159). Sum of RGB (Red+Green+Blue) = 51+38+159=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #33269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33269F is #CCD960. Grayscale: #373737. Windows color (decimal): -13424993 or 10430003. OLE color: 10430003.

HSL color Cylindrical-coordinate representation of color #33269F: hue angle of 246.45º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33269F is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5138159-
CMYK0.680.7600.38
HSL246.45º61.42%38.63%-
HSV(B)246.45º76.1%62.35%-
XYZ8.324.5933.25-
YUV55.68186.31124.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.56%
GREEN value IS 38 (15.23% from 255) = 15.32%
BLUE value IS 159 (62.5% from 255) = 64.11%
R=20.56%
G=15.32%
B=64.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51381590.680.7600.38246.4561.4238.63
Hex33269F444C026f63d27
Octal63462371041140463667547
Binary1100111001101001111110001001001100010011011110110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33269F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33269F; }

 p { color: rgb(51,38,159); }

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

<style>
 a { background-color: #33269F; }

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

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

<style>
 span { border-color: #33269F; }

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

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