#36375E

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

Shades of Deep Koamaru #36375E

Tints of Deep Koamaru #36375E

Color information

#36375E (or 0x36375E) is unknown color: approx Deep Koamaru. HEX triplet: 36, 37 and 5E. RGB value is (54,55,94). Sum of RGB (Red+Green+Blue) = 54+55+94=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #36375E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36375E is #C9C8A1. Grayscale: #3A3A3A. Windows color (decimal): -13224098 or 6174518. OLE color: 6174518.

HSL color Cylindrical-coordinate representation of color #36375E: hue angle of 238.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #36375E is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB545594-
CMYK0.430.4100.63
HSL238.5º27.03%29.02%-
HSV(B)238.5º42.55%36.86%-
XYZ4.914.3211.17-
YUV59.15147.67124.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 55 (21.88% from 255) = 27.09%
BLUE value IS 94 (37.11% from 255) = 46.31%
R=26.60%
G=27.09%
B=46.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5455940.430.4100.63238.527.0329.02
Hex36375E2B2903Fee1b1d
Octal666713653510773563335
Binary11011011011110111101010111010010111111111011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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