#36339A

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

Shades of Dark Slate Blue #36339A

Tints of Dark Slate Blue #36339A

Color information

#36339A (or 0x36339A) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 33 and 9A. RGB value is (54,51,154). Sum of RGB (Red+Green+Blue) = 54+51+154=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 154 (60.55% from 255 or 59.46% from 259); Max value from RGB is 154 - color contains mainly: blue. Hex color #36339A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36339A is #C9CC65. Grayscale: #3F3F3F. Windows color (decimal): -13225062 or 10105654. OLE color: 10105654.

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

Color convert

RGB5451154-
CMYK0.650.6700.40
HSL241.75º50.24%40.2%-
HSV(B)241.75º66.88%60.39%-
XYZ8.545.4931.18-
YUV63.64178.99121.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 51 (20.31% from 255) = 19.69%
BLUE value IS 154 (60.55% from 255) = 59.46%
R=20.85%
G=19.69%
B=59.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54511540.650.6700.40241.7550.2440.2
Hex36339A4143028f23228
Octal66632321011030503626250
Binary1101101100111001101010000011000011010100011110010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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