#353079

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

Shades of Deep Koamaru #353079

Tints of Deep Koamaru #353079

Color information

#353079 (or 0x353079) is unknown color: approx Deep Koamaru. HEX triplet: 35, 30 and 79. RGB value is (53,48,121). Sum of RGB (Red+Green+Blue) = 53+48+121=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #353079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353079 is #CACF86. Grayscale: #393939. Windows color (decimal): -13291399 or 7942197. OLE color: 7942197.

HSL color Cylindrical-coordinate representation of color #353079: hue angle of 244.11º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #353079 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5348121-
CMYK0.560.6000.53
HSL244.11º43.2%33.14%-
HSV(B)244.11º60.33%47.45%-
XYZ5.984.2518.59-
YUV57.82163.66124.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 48 (19.14% from 255) = 21.62%
BLUE value IS 121 (47.66% from 255) = 54.50%
R=23.87%
G=21.62%
B=54.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53481210.560.6000.53244.1143.233.14
Hex353079383C035f42b21
Octal656017170740653645341
Binary1101011100001111001111000111100011010111110100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353079; }

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

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

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

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

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

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

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

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