#36279B

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

Shades of Dark Slate Blue #36279B

Tints of Dark Slate Blue #36279B

Color information

#36279B (or 0x36279B) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 27 and 9B. RGB value is (54,39,155). Sum of RGB (Red+Green+Blue) = 54+39+155=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #36279B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36279B is #C9D864. Grayscale: #383838. Windows color (decimal): -13228133 or 10168118. OLE color: 10168118.

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

Color convert

RGB5439155-
CMYK0.650.7500.39
HSL247.76º59.79%38.04%-
HSV(B)247.76º74.84%60.78%-
XYZ8.164.631.47-
YUV56.71183.47126.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 39 (15.62% from 255) = 15.73%
BLUE value IS 155 (60.94% from 255) = 62.5%
R=21.77%
G=15.73%
B=62.5%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54391550.650.7500.39247.7659.7938.04
Hex36279B414B027f83c26
Octal66472331011130473707446
Binary1101101001111001101110000011001011010011111111000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36279B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36279B; }

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

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

<style>
 a { background-color: #36279B; }

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

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

<style>
 span { border-color: #36279B; }

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

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