#36278A

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

Shades of Dark Slate Blue #36278A

Tints of Dark Slate Blue #36278A

Color information

#36278A (or 0x36278A) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 27 and 8A. RGB value is (54,39,138). Sum of RGB (Red+Green+Blue) = 54+39+138=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #36278A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36278A is #C9D875. Grayscale: #363636. Windows color (decimal): -13228150 or 9054006. OLE color: 9054006.

HSL color Cylindrical-coordinate representation of color #36278A: hue angle of 249.09º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36278A is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5439138-
CMYK0.610.7200.46
HSL249.09º55.93%34.71%-
HSV(B)249.09º71.74%54.12%-
XYZ6.834.0724.47-
YUV54.77174.97127.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 39 (15.62% from 255) = 16.88%
BLUE value IS 138 (54.30% from 255) = 59.74%
R=23.38%
G=16.88%
B=59.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54391380.610.7200.46249.0955.9334.71
Hex36278A3D4802Ef93823
Octal6647212751100563717043
Binary110110100111100010101111011001000010111011111001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,39,138); }

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

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

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

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

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

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

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