#33279F

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

Shades of Dark Slate Blue #33279F

Tints of Dark Slate Blue #33279F

Color information

#33279F (or 0x33279F) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 27 and 9F. RGB value is (51,39,159). Sum of RGB (Red+Green+Blue) = 51+39+159=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #33279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33279F is #CCD860. Grayscale: #373737. Windows color (decimal): -13424737 or 10430259. OLE color: 10430259.

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

Color convert

RGB5139159-
CMYK0.680.7500.38
HSL246º60.61%38.82%-
HSV(B)246º75.47%62.35%-
XYZ8.354.6633.26-
YUV56.27185.98124.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 159 (62.5% from 255) = 63.86%
R=20.48%
G=15.66%
B=63.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51391590.680.7500.3824660.6138.82
Hex33279F444B026f63d27
Octal63472371041130463667547
Binary1100111001111001111110001001001011010011011110110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33279F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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