#353459

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

Shades of Deep Koamaru #353459

Tints of Deep Koamaru #353459

Color information

#353459 (or 0x353459) is unknown color: approx Deep Koamaru. HEX triplet: 35, 34 and 59. RGB value is (53,52,89). Sum of RGB (Red+Green+Blue) = 53+52+89=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #353459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353459 is #CACBA6. Grayscale: #383838. Windows color (decimal): -13290407 or 5846069. OLE color: 5846069.

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

Color convert

RGB535289-
CMYK0.400.4200.65
HSL241.62º26.24%27.65%-
HSV(B)241.62º41.57%34.9%-
XYZ4.53.939.97-
YUV56.52146.33125.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 52 (20.70% from 255) = 26.80%
BLUE value IS 89 (35.16% from 255) = 45.88%
R=27.32%
G=26.80%
B=45.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5352890.400.4200.65241.6226.2427.65
Hex353459282A041f21a1c
Octal6564131505201013623234
Binary110101110100101100110100010101001000001111100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353459; }

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

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

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

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

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

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

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

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