#36369A

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

Shades of Dark Slate Blue #36369A

Tints of Dark Slate Blue #36369A

Color information

#36369A (or 0x36369A) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 36 and 9A. RGB value is (54,54,154). Sum of RGB (Red+Green+Blue) = 54+54+154=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #36369A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36369A is #C9C965. Grayscale: #414141. Windows color (decimal): -13224294 or 10106422. OLE color: 10106422.

HSL color Cylindrical-coordinate representation of color #36369A: hue angle of 240º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36369A is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5454154-
CMYK0.650.6500.40
HSL240º48.08%40.78%-
HSV(B)240º64.94%60.39%-
XYZ8.675.7631.23-
YUV65.4178119.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.61%
GREEN value IS 54 (21.48% from 255) = 20.61%
BLUE value IS 154 (60.55% from 255) = 58.78%
R=20.61%
G=20.61%
B=58.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54541540.650.6500.4024048.0840.78
Hex36369A4141028f03029
Octal66662321011010503606051
Binary1101101101101001101010000011000001010100011110000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36369A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36369A; }

 p { color: rgb(54,54,154); }

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

<style>
 a { background-color: #36369A; }

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

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

<style>
 span { border-color: #36369A; }

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

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