#353570

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

Shades of Deep Koamaru #353570

Tints of Deep Koamaru #353570

Color information

#353570 (or 0x353570) is unknown color: approx Deep Koamaru. HEX triplet: 35, 35 and 70. RGB value is (53,53,112). Sum of RGB (Red+Green+Blue) = 53+53+112=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #353570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353570 is #CACA8F. Grayscale: #3B3B3B. Windows color (decimal): -13290128 or 7353653. OLE color: 7353653.

HSL color Cylindrical-coordinate representation of color #353570: hue angle of 240º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #353570 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5353112-
CMYK0.530.5300.56
HSL240º35.76%32.35%-
HSV(B)240º52.68%43.92%-
XYZ5.674.4715.89-
YUV59.73157.5123.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 112 (44.14% from 255) = 51.38%
R=24.31%
G=24.31%
B=51.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53531120.530.5300.5624035.7632.35
Hex3535703535038f02420
Octal656516065650703604440
Binary1101011101011110000110101110101011100011110000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353570; }

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

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

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

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

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

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

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

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