#36326A

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

Shades of Deep Koamaru #36326A

Tints of Deep Koamaru #36326A

Color information

#36326A (or 0x36326A) is unknown color: approx Deep Koamaru. HEX triplet: 36, 32 and 6A. RGB value is (54,50,106). Sum of RGB (Red+Green+Blue) = 54+50+106=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #36326A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36326A is #C9CD95. Grayscale: #393939. Windows color (decimal): -13225366 or 6959670. OLE color: 6959670.

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

Color convert

RGB5450106-
CMYK0.490.5300.58
HSL244.29º35.9%30.59%-
HSV(B)244.29º52.83%41.57%-
XYZ5.264.1114.15-
YUV57.58155.33125.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.71%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 106 (41.80% from 255) = 50.48%
R=25.71%
G=23.81%
B=50.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54501060.490.5300.58244.2935.930.59
Hex36326A313503Af4241f
Octal666215261650723644437
Binary110110110010110101011000111010101110101111010010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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