#353470

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

Shades of Deep Koamaru #353470

Tints of Deep Koamaru #353470

Color information

#353470 (or 0x353470) is unknown color: approx Deep Koamaru. HEX triplet: 35, 34 and 70. RGB value is (53,52,112). Sum of RGB (Red+Green+Blue) = 53+52+112=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #353470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353470 is #CACB8F. Grayscale: #3A3A3A. Windows color (decimal): -13290384 or 7353397. OLE color: 7353397.

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

Color convert

RGB5352112-
CMYK0.530.5400.56
HSL241º36.59%32.16%-
HSV(B)241º53.57%43.92%-
XYZ5.624.3815.88-
YUV59.14157.83123.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.42%
GREEN value IS 52 (20.70% from 255) = 23.96%
BLUE value IS 112 (44.14% from 255) = 51.61%
R=24.42%
G=23.96%
B=51.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53521120.530.5400.5624136.5932.16
Hex3534703536038f12520
Octal656416065660703614540
Binary1101011101001110000110101110110011100011110001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353470; }

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

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

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

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

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

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

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

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