#36396D

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

Shades of Deep Koamaru #36396D

Tints of Deep Koamaru #36396D

Color information

#36396D (or 0x36396D) is unknown color: approx Deep Koamaru. HEX triplet: 36, 39 and 6D. RGB value is (54,57,109). Sum of RGB (Red+Green+Blue) = 54+57+109=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #36396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36396D is #C9C692. Grayscale: #3D3D3D. Windows color (decimal): -13223571 or 7158070. OLE color: 7158070.

HSL color Cylindrical-coordinate representation of color #36396D: hue angle of 236.73º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36396D is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5457109-
CMYK0.500.4800.57
HSL236.73º33.74%31.96%-
HSV(B)236.73º50.46%42.75%-
XYZ5.744.8115.09-
YUV62.03154.51122.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 109 (42.97% from 255) = 49.55%
R=24.55%
G=25.91%
B=49.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54571090.500.4800.57236.7333.7431.96
Hex36396D3230039ed2220
Octal667115562600713554240
Binary1101101110011101101110010110000011100111101101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36396D; }

 p { color: rgb(54,57,109); }

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

<style>
 a { background-color: #36396D; }

 a { background-color: rgb(54,57,109); }

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

<style>
 span { border-color: #36396D; }

 span { border-color: rgb(54,57,109); }

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