#363556

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

Shades of Deep Koamaru #363556

Tints of Deep Koamaru #363556

Color information

#363556 (or 0x363556) is unknown color: approx Deep Koamaru. HEX triplet: 36, 35 and 56. RGB value is (54,53,86). Sum of RGB (Red+Green+Blue) = 54+53+86=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 86 - color contains mainly: blue. Hex color #363556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363556 is #C9CAA9. Grayscale: #383838. Windows color (decimal): -13224618 or 5649718. OLE color: 5649718.

HSL color Cylindrical-coordinate representation of color #363556: hue angle of 241.82º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #363556 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB545386-
CMYK0.370.3800.66
HSL241.82º23.74%27.25%-
HSV(B)241.82º38.37%33.73%-
XYZ4.4749.34-
YUV57.06144.33125.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.98%
GREEN value IS 53 (21.09% from 255) = 27.46%
BLUE value IS 86 (33.98% from 255) = 44.56%
R=27.98%
G=27.46%
B=44.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5453860.370.3800.66241.8223.7427.25
Hex3635562526042f2181b
Octal6665126454601023623033
Binary110110110101101011010010110011001000010111100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363556; }

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

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

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

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

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

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

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

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