#353963

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

Shades of Deep Koamaru #353963

Tints of Deep Koamaru #353963

Color information

#353963 (or 0x353963) is unknown color: approx Deep Koamaru. HEX triplet: 35, 39 and 63. RGB value is (53,57,99). Sum of RGB (Red+Green+Blue) = 53+57+99=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #353963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353963 is #CAC69C. Grayscale: #3C3C3C. Windows color (decimal): -13289117 or 6502709. OLE color: 6502709.

HSL color Cylindrical-coordinate representation of color #353963: hue angle of 234.78º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #353963 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB535799-
CMYK0.460.4200.61
HSL234.78º30.26%29.8%-
HSV(B)234.78º46.46%38.82%-
XYZ5.184.5812.42-
YUV60.59149.67122.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.36%
GREEN value IS 57 (22.66% from 255) = 27.27%
BLUE value IS 99 (39.06% from 255) = 47.37%
R=25.36%
G=27.27%
B=47.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5357990.460.4200.61234.7830.2629.8
Hex3539632E2A03Deb1e1e
Octal657114356520753533636
Binary11010111100111000111011101010100111101111010111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353963; }

 p { color: rgb(53,57,99); }

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

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

 a { background-color: rgb(53,57,99); }

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

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

 span { border-color: rgb(53,57,99); }

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