#36268E

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

Shades of Dark Slate Blue #36268E

Tints of Dark Slate Blue #36268E

Color information

#36268E (or 0x36268E) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 26 and 8E. RGB value is (54,38,142). Sum of RGB (Red+Green+Blue) = 54+38+142=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #36268E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36268E is #C9D971. Grayscale: #363636. Windows color (decimal): -13228402 or 9315894. OLE color: 9315894.

HSL color Cylindrical-coordinate representation of color #36268E: hue angle of 249.23º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36268E is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5438142-
CMYK0.620.7300.44
HSL249.23º57.78%35.29%-
HSV(B)249.23º73.24%55.69%-
XYZ7.14.1226.01-
YUV54.64177.3127.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 38 (15.23% from 255) = 16.24%
BLUE value IS 142 (55.86% from 255) = 60.68%
R=23.08%
G=16.24%
B=60.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54381420.620.7300.44249.2357.7835.29
Hex36268E3E4902Cf93a23
Octal6646216761110543717243
Binary110110100110100011101111101001001010110011111001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36268E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,38,142); }

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

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

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

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

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

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

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