#36299E

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

Shades of Dark Slate Blue #36299E

Tints of Dark Slate Blue #36299E

Color information

#36299E (or 0x36299E) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 29 and 9E. RGB value is (54,41,158). Sum of RGB (Red+Green+Blue) = 54+41+158=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #36299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36299E is #C9D661. Grayscale: #393939. Windows color (decimal): -13227618 or 10365238. OLE color: 10365238.

HSL color Cylindrical-coordinate representation of color #36299E: hue angle of 246.67º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36299E is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5441158-
CMYK0.660.7400.38
HSL246.67º58.79%39.02%-
HSV(B)246.67º74.05%61.96%-
XYZ8.494.8432.83-
YUV58.22184.31124.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.34%
GREEN value IS 41 (16.41% from 255) = 16.21%
BLUE value IS 158 (62.11% from 255) = 62.45%
R=21.34%
G=16.21%
B=62.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54411580.660.7400.38246.6758.7939.02
Hex36299E424A026f73b27
Octal66512361021120463677347
Binary1101101010011001111010000101001010010011011110111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36299E; }

 p { color: rgb(54,41,158); }

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

<style>
 a { background-color: #36299E; }

 a { background-color: rgb(54,41,158); }

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

<style>
 span { border-color: #36299E; }

 span { border-color: rgb(54,41,158); }

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