#353370

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

Shades of Deep Koamaru #353370

Tints of Deep Koamaru #353370

Color information

#353370 (or 0x353370) is unknown color: approx Deep Koamaru. HEX triplet: 35, 33 and 70. RGB value is (53,51,112). Sum of RGB (Red+Green+Blue) = 53+51+112=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #353370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353370 is #CACC8F. Grayscale: #3A3A3A. Windows color (decimal): -13290640 or 7353141. OLE color: 7353141.

HSL color Cylindrical-coordinate representation of color #353370: hue angle of 241.97º 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 #353370 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5351112-
CMYK0.530.5400.56
HSL241.97º37.42%31.96%-
HSV(B)241.97º54.46%43.92%-
XYZ5.584.2915.86-
YUV58.55158.16124.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 51 (20.31% from 255) = 23.61%
BLUE value IS 112 (44.14% from 255) = 51.85%
R=24.54%
G=23.61%
B=51.85%

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
Decimal53511120.530.5400.56241.9737.4231.96
Hex3533703536038f22520
Octal656316065660703624540
Binary1101011100111110000110101110110011100011110010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353370; }

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

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

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

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

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

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

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

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