#36316F

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

Shades of Deep Koamaru #36316F

Tints of Deep Koamaru #36316F

Color information

#36316F (or 0x36316F) is unknown color: approx Deep Koamaru. HEX triplet: 36, 31 and 6F. RGB value is (54,49,111). Sum of RGB (Red+Green+Blue) = 54+49+111=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #36316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36316F is #C9CE90. Grayscale: #393939. Windows color (decimal): -13225617 or 7287094. OLE color: 7287094.

HSL color Cylindrical-coordinate representation of color #36316F: hue angle of 244.84º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36316F is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5449111-
CMYK0.510.5600.56
HSL244.84º38.75%31.37%-
HSV(B)244.84º55.86%43.53%-
XYZ5.494.1315.55-
YUV57.56158.16125.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.23%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 111 (43.75% from 255) = 51.87%
R=25.23%
G=22.90%
B=51.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54491110.510.5600.56244.8438.7531.37
Hex36316F3338038f5271f
Octal666115763700703654737
Binary110110110001110111111001111100001110001111010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36316F; }

 p { color: rgb(54,49,111); }

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

<style>
 a { background-color: #36316F; }

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

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

<style>
 span { border-color: #36316F; }

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

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