#36335E

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

Shades of Deep Koamaru #36335E

Tints of Deep Koamaru #36335E

Color information

#36335E (or 0x36335E) is unknown color: approx Deep Koamaru. HEX triplet: 36, 33 and 5E. RGB value is (54,51,94). Sum of RGB (Red+Green+Blue) = 54+51+94=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #36335E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36335E is #C9CCA1. Grayscale: #383838. Windows color (decimal): -13225122 or 6173494. OLE color: 6173494.

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

Color convert

RGB545194-
CMYK0.430.4600.63
HSL244.19º29.66%28.43%-
HSV(B)244.19º45.74%36.86%-
XYZ4.733.9611.1-
YUV56.8148.99126-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.14%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 94 (37.11% from 255) = 47.24%
R=27.14%
G=25.63%
B=47.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5451940.430.4600.63244.1929.6628.43
Hex36335E2B2E03Ff41e1c
Octal666313653560773643634
Binary11011011001110111101010111011100111111111101001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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