#36336A

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

Shades of Deep Koamaru #36336A

Tints of Deep Koamaru #36336A

Color information

#36336A (or 0x36336A) is unknown color: approx Deep Koamaru. HEX triplet: 36, 33 and 6A. RGB value is (54,51,106). Sum of RGB (Red+Green+Blue) = 54+51+106=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #36336A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36336A is #C9CC95. Grayscale: #393939. Windows color (decimal): -13225110 or 6959926. OLE color: 6959926.

HSL color Cylindrical-coordinate representation of color #36336A: hue angle of 243.27º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36336A is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5451106-
CMYK0.490.5200.58
HSL243.27º35.03%30.78%-
HSV(B)243.27º51.89%41.57%-
XYZ5.314.1914.17-
YUV58.17154.99125.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.59%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 106 (41.80% from 255) = 50.24%
R=25.59%
G=24.17%
B=50.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54511060.490.5200.58243.2735.0330.78
Hex36336A313403Af3231f
Octal666315261640723634337
Binary110110110011110101011000111010001110101111001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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