#36396C

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

Shades of Deep Koamaru #36396C

Tints of Deep Koamaru #36396C

Color information

#36396C (or 0x36396C) is unknown color: approx Deep Koamaru. HEX triplet: 36, 39 and 6C. RGB value is (54,57,108). Sum of RGB (Red+Green+Blue) = 54+57+108=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #36396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36396C is #C9C693. Grayscale: #3D3D3D. Windows color (decimal): -13223572 or 7092534. OLE color: 7092534.

HSL color Cylindrical-coordinate representation of color #36396C: hue angle of 236.67º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36396C is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5457108-
CMYK0.500.4700.58
HSL236.67º33.33%31.76%-
HSV(B)236.67º50%42.35%-
XYZ5.694.7914.81-
YUV61.92154.01122.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 108 (42.58% from 255) = 49.32%
R=24.66%
G=26.03%
B=49.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54571080.500.4700.58236.6733.3331.76
Hex36396C322F03Aed2120
Octal667115462570723554140
Binary1101101110011101100110010101111011101011101101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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