#36356A

Color #36356A Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #36356A

Tints of Deep Koamaru #36356A

Color information

#36356A (or 0x36356A) is unknown color: approx Deep Koamaru. HEX triplet: 36, 35 and 6A. RGB value is (54,53,106). Sum of RGB (Red+Green+Blue) = 54+53+106=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 106 (41.80% from 255 or 49.77% from 213); Max value from RGB is 106 - color contains mainly: blue. Hex color #36356A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36356A is #C9CA95. Grayscale: #3B3B3B. Windows color (decimal): -13224598 or 6960438. OLE color: 6960438.

HSL color Cylindrical-coordinate representation of color #36356A: hue angle of 241.13º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36356A is Cyan = 0.49, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5453106-
CMYK0.490.500.58
HSL241.13º33.33%31.18%-
HSV(B)241.13º50%41.57%-
XYZ5.44.3714.19-
YUV59.34154.33124.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.35%
GREEN value IS 53 (21.09% from 255) = 24.88%
BLUE value IS 106 (41.80% from 255) = 49.77%
R=25.35%
G=24.88%
B=49.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54531060.490.500.58241.1333.3331.18
Hex36356A313203Af1211f
Octal666515261620723614137
Binary110110110101110101011000111001001110101111000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,53,106); }

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

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

 a { background-color: rgb(54,53,106); }

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

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

 span { border-color: rgb(54,53,106); }

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