#36335A

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

Shades of Deep Koamaru #36335A

Tints of Deep Koamaru #36335A

Color information

#36335A (or 0x36335A) is unknown color: approx Deep Koamaru. HEX triplet: 36, 33 and 5A. RGB value is (54,51,90). Sum of RGB (Red+Green+Blue) = 54+51+90=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #36335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36335A is #C9CCA5. Grayscale: #383838. Windows color (decimal): -13225126 or 5911350. OLE color: 5911350.

HSL color Cylindrical-coordinate representation of color #36335A: hue angle of 244.62º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #36335A is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB545190-
CMYK0.400.4300.65
HSL244.62º27.66%27.65%-
HSV(B)244.62º43.33%35.29%-
XYZ4.553.8910.18-
YUV56.34146.99126.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.69%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 90 (35.55% from 255) = 46.15%
R=27.69%
G=26.15%
B=46.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5451900.400.4300.65244.6227.6627.65
Hex36335A282B041f51c1c
Octal6663132505301013653434
Binary110110110011101101010100010101101000001111101011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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