#36375A

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

Shades of Deep Koamaru #36375A

Tints of Deep Koamaru #36375A

Color information

#36375A (or 0x36375A) is unknown color: approx Deep Koamaru. HEX triplet: 36, 37 and 5A. RGB value is (54,55,90). Sum of RGB (Red+Green+Blue) = 54+55+90=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #36375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36375A is #C9C8A5. Grayscale: #3A3A3A. Windows color (decimal): -13224102 or 5912374. OLE color: 5912374.

HSL color Cylindrical-coordinate representation of color #36375A: hue angle of 238.33º 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 #36375A is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB545590-
CMYK0.400.3900.65
HSL238.33º25%28.24%-
HSV(B)238.33º40%35.29%-
XYZ4.734.2510.24-
YUV58.69145.67124.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.14%
GREEN value IS 55 (21.88% from 255) = 27.64%
BLUE value IS 90 (35.55% from 255) = 45.23%
R=27.14%
G=27.64%
B=45.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5455900.400.3900.65238.332528.24
Hex36375A2827041ee191c
Octal6667132504701013563134
Binary110110110111101101010100010011101000001111011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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