#353162

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

Shades of Deep Koamaru #353162

Tints of Deep Koamaru #353162

Color information

#353162 (or 0x353162) is unknown color: approx Deep Koamaru. HEX triplet: 35, 31 and 62. RGB value is (53,49,98). Sum of RGB (Red+Green+Blue) = 53+49+98=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #353162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353162 is #CACE9D. Grayscale: #373737. Windows color (decimal): -13291166 or 6435125. OLE color: 6435125.

HSL color Cylindrical-coordinate representation of color #353162: hue angle of 244.9º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #353162 is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB534998-
CMYK0.460.500.62
HSL244.9º33.33%28.82%-
HSV(B)244.9º50%38.43%-
XYZ4.773.8412.04-
YUV55.78151.83126.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.5%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 98 (38.67% from 255) = 49%
R=26.5%
G=24.5%
B=49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5349980.460.500.62244.933.3328.82
Hex3531622E3203Ef5211d
Octal656114256620763654135
Binary110101110001110001010111011001001111101111010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353162; }

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

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

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

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

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

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

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

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