#33379F

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

Shades of Dark Slate Blue #33379F

Tints of Dark Slate Blue #33379F

Color information

#33379F (or 0x33379F) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 37 and 9F. RGB value is (51,55,159). Sum of RGB (Red+Green+Blue) = 51+55+159=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #33379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33379F is #CCC860. Grayscale: #414141. Windows color (decimal): -13420641 or 10434355. OLE color: 10434355.

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

Color convert

RGB5155159-
CMYK0.680.6500.38
HSL237.78º51.43%41.18%-
HSV(B)237.78º67.92%62.35%-
XYZ8.995.9433.47-
YUV65.66180.67117.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 55 (21.88% from 255) = 20.75%
BLUE value IS 159 (62.5% from 255) = 60%
R=19.25%
G=20.75%
B=60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51551590.680.6500.38237.7851.4341.18
Hex33379F4441026ee3329
Octal63672371041010463566351
Binary1100111101111001111110001001000001010011011101110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33379F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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