#353569

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

Shades of Deep Koamaru #353569

Tints of Deep Koamaru #353569

Color information

#353569 (or 0x353569) is unknown color: approx Deep Koamaru. HEX triplet: 35, 35 and 69. RGB value is (53,53,105). Sum of RGB (Red+Green+Blue) = 53+53+105=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #353569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353569 is #CACA96. Grayscale: #3A3A3A. Windows color (decimal): -13290135 or 6894901. OLE color: 6894901.

HSL color Cylindrical-coordinate representation of color #353569: hue angle of 240º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #353569 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5353105-
CMYK0.500.5000.59
HSL240º32.91%30.98%-
HSV(B)240º49.52%41.18%-
XYZ5.294.3213.92-
YUV58.93154123.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.12%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 105 (41.41% from 255) = 49.76%
R=25.12%
G=25.12%
B=49.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53531050.500.5000.5924032.9130.98
Hex353569323203Bf0211f
Octal656515162620733604137
Binary110101110101110100111001011001001110111111000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353569; }

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

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

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

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

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

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

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

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