#353F60

Color #353F60 Bay Of Many (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Of Many #353F60

Tints of Bay Of Many #353F60

Color information

#353F60 (or 0x353F60) is unknown color: approx Bay Of Many. HEX triplet: 35, 3F and 60. RGB value is (53,63,96). Sum of RGB (Red+Green+Blue) = 53+63+96=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #353F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F60 is #CAC09F. Grayscale: #3F3F3F. Windows color (decimal): -13287584 or 6307637. OLE color: 6307637.

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

Color convert

RGB536396-
CMYK0.450.3400.62
HSL226.05º28.86%29.22%-
HSV(B)226.05º44.79%37.65%-
XYZ5.365.1611.78-
YUV63.77146.19120.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25%
GREEN value IS 63 (25% from 255) = 29.72%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=25%
G=29.72%
B=45.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5363960.450.3400.62226.0528.8629.22
Hex353F602D2203Ee21d1d
Octal657714055420763423535
Binary11010111111111000001011011000100111110111000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353F60; }

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

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

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

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

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

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

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

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