#353C61

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

Shades of Bay Of Many #353C61

Tints of Bay Of Many #353C61

Color information

#353C61 (or 0x353C61) is unknown color: approx Bay Of Many. HEX triplet: 35, 3C and 61. RGB value is (53,60,97). Sum of RGB (Red+Green+Blue) = 53+60+97=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #353C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C61 is #CAC39E. Grayscale: #3D3D3D. Windows color (decimal): -13288351 or 6372405. OLE color: 6372405.

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

Color convert

RGB536097-
CMYK0.450.3800.62
HSL230.45º29.33%29.41%-
HSV(B)230.45º45.36%38.04%-
XYZ5.244.8511.97-
YUV62.12147.68121.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.24%
GREEN value IS 60 (23.83% from 255) = 28.57%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=25.24%
G=28.57%
B=46.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5360970.450.3800.62230.4529.3329.41
Hex353C612D2603Ee61d1d
Octal657414155460763463535
Binary11010111110011000011011011001100111110111001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,60,97); }

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

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

 a { background-color: rgb(53,60,97); }

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

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

 span { border-color: rgb(53,60,97); }

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