#36355C

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

Shades of Deep Koamaru #36355C

Tints of Deep Koamaru #36355C

Color information

#36355C (or 0x36355C) is unknown color: approx Deep Koamaru. HEX triplet: 36, 35 and 5C. RGB value is (54,53,92). Sum of RGB (Red+Green+Blue) = 54+53+92=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #36355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36355C is #C9CAA3. Grayscale: #393939. Windows color (decimal): -13224612 or 6042934. OLE color: 6042934.

HSL color Cylindrical-coordinate representation of color #36355C: hue angle of 241.54º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #36355C is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB545392-
CMYK0.410.4200.64
HSL241.54º26.9%28.43%-
HSV(B)241.54º42.39%36.08%-
XYZ4.734.110.67-
YUV57.74147.33125.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.14%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 92 (36.33% from 255) = 46.23%
R=27.14%
G=26.63%
B=46.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5453920.410.4200.64241.5426.928.43
Hex36355C292A040f21b1c
Octal6665134515201003623334
Binary110110110101101110010100110101001000000111100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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