#353573

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

Shades of Deep Koamaru #353573

Tints of Deep Koamaru #353573

Color information

#353573 (or 0x353573) is unknown color: approx Deep Koamaru. HEX triplet: 35, 35 and 73. RGB value is (53,53,115). Sum of RGB (Red+Green+Blue) = 53+53+115=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #353573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353573 is #CACA8C. Grayscale: #3B3B3B. Windows color (decimal): -13290125 or 7550261. OLE color: 7550261.

HSL color Cylindrical-coordinate representation of color #353573: hue angle of 240º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #353573 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5353115-
CMYK0.540.5400.55
HSL240º36.9%32.94%-
HSV(B)240º53.91%45.1%-
XYZ5.844.5416.79-
YUV60.07159122.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.98%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=23.98%
G=23.98%
B=52.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53531150.540.5400.5524036.932.94
Hex3535733636037f02521
Octal656516366660673604541
Binary1101011101011110011110110110110011011111110000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353573; }

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

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

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

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

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

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

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

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