#353174

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

Shades of Deep Koamaru #353174

Tints of Deep Koamaru #353174

Color information

#353174 (or 0x353174) is unknown color: approx Deep Koamaru. HEX triplet: 35, 31 and 74. RGB value is (53,49,116). Sum of RGB (Red+Green+Blue) = 53+49+116=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #353174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353174 is #CACE8B. Grayscale: #393939. Windows color (decimal): -13291148 or 7614773. OLE color: 7614773.

HSL color Cylindrical-coordinate representation of color #353174: hue angle of 243.58º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #353174 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5349116-
CMYK0.540.5800.55
HSL243.58º40.61%32.35%-
HSV(B)243.58º57.76%45.49%-
XYZ5.724.2117.04-
YUV57.83160.83124.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 49 (19.53% from 255) = 22.48%
BLUE value IS 116 (45.70% from 255) = 53.21%
R=24.31%
G=22.48%
B=53.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53491160.540.5800.55243.5840.6132.35
Hex353174363A037f42920
Octal656116466720673645140
Binary1101011100011110100110110111010011011111110100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353174; }

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

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

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

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

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

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

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

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