#36269A

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

Shades of Dark Slate Blue #36269A

Tints of Dark Slate Blue #36269A

Color information

#36269A (or 0x36269A) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 26 and 9A. RGB value is (54,38,154). Sum of RGB (Red+Green+Blue) = 54+38+154=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #36269A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36269A is #C9D965. Grayscale: #373737. Windows color (decimal): -13228390 or 10102326. OLE color: 10102326.

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

Color convert

RGB5438154-
CMYK0.650.7500.40
HSL248.28º60.42%37.65%-
HSV(B)248.28º75.32%60.39%-
XYZ8.054.531.02-
YUV56.01183.3126.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 38 (15.23% from 255) = 15.45%
BLUE value IS 154 (60.55% from 255) = 62.60%
R=21.95%
G=15.45%
B=62.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54381540.650.7500.40248.2860.4237.65
Hex36269A414B028f83c26
Octal66462321011130503707446
Binary1101101001101001101010000011001011010100011111000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36269A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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