#353170

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

Shades of Deep Koamaru #353170

Tints of Deep Koamaru #353170

Color information

#353170 (or 0x353170) is unknown color: approx Deep Koamaru. HEX triplet: 35, 31 and 70. RGB value is (53,49,112). Sum of RGB (Red+Green+Blue) = 53+49+112=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #353170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353170 is #CACE8F. Grayscale: #393939. Windows color (decimal): -13291152 or 7352629. OLE color: 7352629.

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

Color convert

RGB5349112-
CMYK0.530.5600.56
HSL243.81º39.13%31.57%-
HSV(B)243.81º56.25%43.92%-
XYZ5.494.1215.84-
YUV57.38158.83124.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=24.77%
G=22.90%
B=52.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53491120.530.5600.56243.8139.1331.57
Hex3531703538038f42720
Octal656116065700703644740
Binary1101011100011110000110101111000011100011110100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353170; }

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

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

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

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

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

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

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

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