#353A61

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

Shades of Bay Of Many #353A61

Tints of Bay Of Many #353A61

Color information

#353A61 (or 0x353A61) is unknown color: approx Bay Of Many. HEX triplet: 35, 3A and 61. RGB value is (53,58,97). Sum of RGB (Red+Green+Blue) = 53+58+97=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #353A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353A61 is #CAC59E. Grayscale: #3C3C3C. Windows color (decimal): -13288863 or 6371893. OLE color: 6371893.

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

Color convert

RGB535897-
CMYK0.450.4000.62
HSL233.18º29.33%29.41%-
HSV(B)233.18º45.36%38.04%-
XYZ5.144.6511.94-
YUV60.95148.34122.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.48%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=25.48%
G=27.88%
B=46.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5358970.450.4000.62233.1829.3329.41
Hex353A612D2803Ee91d1d
Octal657214155500763513535
Binary11010111101011000011011011010000111110111010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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