#36365A

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

Shades of Deep Koamaru #36365A

Tints of Deep Koamaru #36365A

Color information

#36365A (or 0x36365A) is unknown color: approx Deep Koamaru. HEX triplet: 36, 36 and 5A. RGB value is (54,54,90). Sum of RGB (Red+Green+Blue) = 54+54+90=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #36365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36365A is #C9C9A5. Grayscale: #393939. Windows color (decimal): -13224358 or 5912118. OLE color: 5912118.

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

Color convert

RGB545490-
CMYK0.400.4000.65
HSL240º25%28.24%-
HSV(B)240º40%35.29%-
XYZ4.694.1610.23-
YUV58.1146125.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.27%
GREEN value IS 54 (21.48% from 255) = 27.27%
BLUE value IS 90 (35.55% from 255) = 45.45%
R=27.27%
G=27.27%
B=45.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5454900.400.4000.652402528.24
Hex36365A2828041f0191c
Octal6666132505001013603134
Binary110110110110101101010100010100001000001111100001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,54,90); }

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

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

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

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

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

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

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