#353563

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

Shades of Deep Koamaru #353563

Tints of Deep Koamaru #353563

Color information

#353563 (or 0x353563) is unknown color: approx Deep Koamaru. HEX triplet: 35, 35 and 63. RGB value is (53,53,99). Sum of RGB (Red+Green+Blue) = 53+53+99=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #353563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353563 is #CACA9C. Grayscale: #3A3A3A. Windows color (decimal): -13290141 or 6501685. OLE color: 6501685.

HSL color Cylindrical-coordinate representation of color #353563: hue angle of 240º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #353563 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB535399-
CMYK0.460.4600.61
HSL240º30.26%29.8%-
HSV(B)240º46.46%38.82%-
XYZ4.994.212.35-
YUV58.24151124.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 53 (21.09% from 255) = 25.85%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=25.85%
G=25.85%
B=48.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5353990.460.4600.6124030.2629.8
Hex3535632E2E03Df01e1e
Octal656514356560753603636
Binary11010111010111000111011101011100111101111100001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353563; }

 p { color: rgb(53,53,99); }

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

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

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

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

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

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

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