#36325E

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

Shades of Deep Koamaru #36325E

Tints of Deep Koamaru #36325E

Color information

#36325E (or 0x36325E) is unknown color: approx Deep Koamaru. HEX triplet: 36, 32 and 5E. RGB value is (54,50,94). Sum of RGB (Red+Green+Blue) = 54+50+94=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #36325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36325E is #C9CDA1. Grayscale: #383838. Windows color (decimal): -13225378 or 6173238. OLE color: 6173238.

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

Color convert

RGB545094-
CMYK0.430.4700.63
HSL245.45º30.56%28.24%-
HSV(B)245.45º46.81%36.86%-
XYZ4.683.8711.09-
YUV56.21149.33126.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.27%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 94 (37.11% from 255) = 47.47%
R=27.27%
G=25.25%
B=47.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5450940.430.4700.63245.4530.5628.24
Hex36325E2B2F03Ff51f1c
Octal666213653570773653734
Binary11011011001010111101010111011110111111111101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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