#353070

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

Shades of Deep Koamaru #353070

Tints of Deep Koamaru #353070

Color information

#353070 (or 0x353070) is unknown color: approx Deep Koamaru. HEX triplet: 35, 30 and 70. RGB value is (53,48,112). Sum of RGB (Red+Green+Blue) = 53+48+112=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #353070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353070 is #CACF8F. Grayscale: #383838. Windows color (decimal): -13291408 or 7352373. OLE color: 7352373.

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

Color convert

RGB5348112-
CMYK0.530.5700.56
HSL244.69º40%31.37%-
HSV(B)244.69º57.14%43.92%-
XYZ5.454.0415.82-
YUV56.79159.16125.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.88%
GREEN value IS 48 (19.14% from 255) = 22.54%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=24.88%
G=22.54%
B=52.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53481120.530.5700.56244.694031.37
Hex3530703539038f5281f
Octal656016065710703655037
Binary110101110000111000011010111100101110001111010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353070; }

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

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

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

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

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

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

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

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