#353760

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

Shades of Deep Koamaru #353760

Tints of Deep Koamaru #353760

Color information

#353760 (or 0x353760) is unknown color: approx Deep Koamaru. HEX triplet: 35, 37 and 60. RGB value is (53,55,96). Sum of RGB (Red+Green+Blue) = 53+55+96=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #353760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353760 is #CAC89F. Grayscale: #3A3A3A. Windows color (decimal): -13289632 or 6305589. OLE color: 6305589.

HSL color Cylindrical-coordinate representation of color #353760: hue angle of 237.21º 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 #353760 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB535596-
CMYK0.450.4300.62
HSL237.21º28.86%29.22%-
HSV(B)237.21º44.79%37.65%-
XYZ4.954.3311.64-
YUV59.08148.84123.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.98%
GREEN value IS 55 (21.88% from 255) = 26.96%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=25.98%
G=26.96%
B=47.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5355960.450.4300.62237.2128.8629.22
Hex3537602D2B03Eed1d1d
Octal656714055530763553535
Binary11010111011111000001011011010110111110111011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353760; }

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

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

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

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

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

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

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

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