#33399B

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

Shades of Dark Slate Blue #33399B

Tints of Dark Slate Blue #33399B

Color information

#33399B (or 0x33399B) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 39 and 9B. RGB value is (51,57,155). Sum of RGB (Red+Green+Blue) = 51+57+155=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #33399B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33399B is #CCC664. Grayscale: #414141. Windows color (decimal): -13420133 or 10172723. OLE color: 10172723.

HSL color Cylindrical-coordinate representation of color #33399B: hue angle of 236.54º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33399B is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5157155-
CMYK0.670.6300.39
HSL236.54º50.49%40.39%-
HSV(B)236.54º67.1%60.78%-
XYZ8.74631.71-
YUV66.38178.01117.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.39%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 155 (60.94% from 255) = 58.94%
R=19.39%
G=21.67%
B=58.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51571550.670.6300.39236.5450.4940.39
Hex33399B433F027ed3228
Octal6371233103770473556250
Binary110011111001100110111000011111111010011111101101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33399B; }

 p { color: rgb(51,57,155); }

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

<style>
 a { background-color: #33399B; }

 a { background-color: rgb(51,57,155); }

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

<style>
 span { border-color: #33399B; }

 span { border-color: rgb(51,57,155); }

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