#353456

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

Shades of Deep Koamaru #353456

Tints of Deep Koamaru #353456

Color information

#353456 (or 0x353456) is unknown color: approx Deep Koamaru. HEX triplet: 35, 34 and 56. RGB value is (53,52,86). Sum of RGB (Red+Green+Blue) = 53+52+86=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #353456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353456 is #CACBA9. Grayscale: #383838. Windows color (decimal): -13290410 or 5649461. OLE color: 5649461.

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

Color convert

RGB535286-
CMYK0.380.4000.66
HSL241.76º24.64%27.06%-
HSV(B)241.76º39.53%33.73%-
XYZ4.383.889.32-
YUV56.18144.83125.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.75%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=27.75%
G=27.23%
B=45.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5352860.380.4000.66241.7624.6427.06
Hex3534562628042f2191b
Octal6564126465001023623133
Binary110101110100101011010011010100001000010111100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353456; }

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

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

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

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

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

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

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

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