#36326D

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

Shades of Deep Koamaru #36326D

Tints of Deep Koamaru #36326D

Color information

#36326D (or 0x36326D) is unknown color: approx Deep Koamaru. HEX triplet: 36, 32 and 6D. RGB value is (54,50,109). Sum of RGB (Red+Green+Blue) = 54+50+109=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #36326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36326D is #C9CD92. Grayscale: #393939. Windows color (decimal): -13225363 or 7156278. OLE color: 7156278.

HSL color Cylindrical-coordinate representation of color #36326D: hue angle of 244.07º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36326D is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5450109-
CMYK0.500.5400.57
HSL244.07º37.11%31.18%-
HSV(B)244.07º54.13%42.75%-
XYZ5.424.1714.99-
YUV57.92156.83125.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.35%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 109 (42.97% from 255) = 51.17%
R=25.35%
G=23.47%
B=51.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54501090.500.5400.57244.0737.1131.18
Hex36326D3236039f4251f
Octal666215562660713644537
Binary110110110010110110111001011011001110011111010010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36326D; }

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

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

<style>
 a { background-color: #36326D; }

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

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

<style>
 span { border-color: #36326D; }

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

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