#363560

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

Shades of Deep Koamaru #363560

Tints of Deep Koamaru #363560

Color information

#363560 (or 0x363560) is unknown color: approx Deep Koamaru. HEX triplet: 36, 35 and 60. RGB value is (54,53,96). Sum of RGB (Red+Green+Blue) = 54+53+96=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #363560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363560 is #C9CA9F. Grayscale: #3A3A3A. Windows color (decimal): -13224608 or 6305078. OLE color: 6305078.

HSL color Cylindrical-coordinate representation of color #363560: hue angle of 241.4º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #363560 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB545396-
CMYK0.440.4500.62
HSL241.4º28.86%29.22%-
HSV(B)241.4º44.79%37.65%-
XYZ4.914.1811.61-
YUV58.2149.33125-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=26.60%
G=26.11%
B=47.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5453960.440.4500.62241.428.8629.22
Hex3635602C2D03Ef11d1d
Octal666514054550763613535
Binary11011011010111000001011001011010111110111100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363560; }

 p { color: rgb(54,53,96); }

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

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

 a { background-color: rgb(54,53,96); }

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

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

 span { border-color: rgb(54,53,96); }

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