#33268F

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

Shades of Dark Slate Blue #33268F

Tints of Dark Slate Blue #33268F

Color information

#33268F (or 0x33268F) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 26 and 8F. RGB value is (51,38,143). Sum of RGB (Red+Green+Blue) = 51+38+143=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 143 (56.25% from 255 or 61.64% from 232); Max value from RGB is 143 - color contains mainly: blue. Hex color #33268F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33268F is #CCD970. Grayscale: #353535. Windows color (decimal): -13425009 or 9381427. OLE color: 9381427.

HSL color Cylindrical-coordinate representation of color #33268F: hue angle of 247.43º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33268F is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5138143-
CMYK0.640.7300.44
HSL247.43º58.01%35.49%-
HSV(B)247.43º73.43%56.08%-
XYZ7.024.0726.4-
YUV53.86178.31125.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 143 (56.25% from 255) = 61.64%
R=21.98%
G=16.38%
B=61.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51381430.640.7300.44247.4358.0135.49
Hex33268F404902Cf73a23
Octal63462171001110543677243
Binary1100111001101000111110000001001001010110011110111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33268F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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