#353660

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

Shades of Deep Koamaru #353660

Tints of Deep Koamaru #353660

Color information

#353660 (or 0x353660) is unknown color: approx Deep Koamaru. HEX triplet: 35, 36 and 60. RGB value is (53,54,96). Sum of RGB (Red+Green+Blue) = 53+54+96=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #353660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353660 is #CAC99F. Grayscale: #3A3A3A. Windows color (decimal): -13289888 or 6305333. OLE color: 6305333.

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

Color convert

RGB535496-
CMYK0.450.4400.62
HSL238.6º28.86%29.22%-
HSV(B)238.6º44.79%37.65%-
XYZ4.94.2411.63-
YUV58.49149.17124.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=26.11%
G=26.60%
B=47.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5354960.450.4400.62238.628.8629.22
Hex3536602D2C03Eef1d1d
Octal656614055540763573535
Binary11010111011011000001011011011000111110111011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353660; }

 p { color: rgb(53,54,96); }

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

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

 a { background-color: rgb(53,54,96); }

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

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

 span { border-color: rgb(53,54,96); }

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