#353D60

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

Shades of Bay Of Many #353D60

Tints of Bay Of Many #353D60

Color information

#353D60 (or 0x353D60) is unknown color: approx Bay Of Many. HEX triplet: 35, 3D and 60. RGB value is (53,61,96). Sum of RGB (Red+Green+Blue) = 53+61+96=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #353D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D60 is #CAC29F. Grayscale: #3E3E3E. Windows color (decimal): -13288096 or 6307125. OLE color: 6307125.

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

Color convert

RGB536196-
CMYK0.450.3600.62
HSL228.84º28.86%29.22%-
HSV(B)228.84º44.79%37.65%-
XYZ5.254.9411.74-
YUV62.6146.85121.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.24%
GREEN value IS 61 (24.22% from 255) = 29.05%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=25.24%
G=29.05%
B=45.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5361960.450.3600.62228.8428.8629.22
Hex353D602D2403Ee51d1d
Octal657514055440763453535
Binary11010111110111000001011011001000111110111001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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