#363558

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

Shades of Deep Koamaru #363558

Tints of Deep Koamaru #363558

Color information

#363558 (or 0x363558) is unknown color: approx Deep Koamaru. HEX triplet: 36, 35 and 58. RGB value is (54,53,88). Sum of RGB (Red+Green+Blue) = 54+53+88=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #363558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363558 is #C9CAA7. Grayscale: #393939. Windows color (decimal): -13224616 or 5780790. OLE color: 5780790.

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

Color convert

RGB545388-
CMYK0.390.4000.65
HSL241.71º24.82%27.65%-
HSV(B)241.71º39.77%34.51%-
XYZ4.564.049.77-
YUV57.29145.33125.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.69%
GREEN value IS 53 (21.09% from 255) = 27.18%
BLUE value IS 88 (34.77% from 255) = 45.13%
R=27.69%
G=27.18%
B=45.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5453880.390.4000.65241.7124.8227.65
Hex3635582728041f2191c
Octal6665130475001013623134
Binary110110110101101100010011110100001000001111100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363558; }

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

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

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

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

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

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

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

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