#353557

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

Shades of Deep Koamaru #353557

Tints of Deep Koamaru #353557

Color information

#353557 (or 0x353557) is unknown color: approx Deep Koamaru. HEX triplet: 35, 35 and 57. RGB value is (53,53,87). Sum of RGB (Red+Green+Blue) = 53+53+87=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #353557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353557 is #CACAA8. Grayscale: #383838. Windows color (decimal): -13290153 or 5715253. OLE color: 5715253.

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

Color convert

RGB535387-
CMYK0.390.3900.66
HSL240º24.29%27.45%-
HSV(B)240º39.08%34.12%-
XYZ4.463.999.55-
YUV56.88145125.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 53 (21.09% from 255) = 27.46%
BLUE value IS 87 (34.38% from 255) = 45.08%
R=27.46%
G=27.46%
B=45.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5353870.390.3900.6624024.2927.45
Hex3535572727042f0181b
Octal6565127474701023603033
Binary110101110101101011110011110011101000010111100001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353557; }

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

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

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

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

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

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

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

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