#353D63

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

Shades of Bay Of Many #353D63

Tints of Bay Of Many #353D63

Color information

#353D63 (or 0x353D63) is unknown color: approx Bay Of Many. HEX triplet: 35, 3D and 63. RGB value is (53,61,99). Sum of RGB (Red+Green+Blue) = 53+61+99=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #353D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D63 is #CAC29C. Grayscale: #3E3E3E. Windows color (decimal): -13288093 or 6503733. OLE color: 6503733.

HSL color Cylindrical-coordinate representation of color #353D63: hue angle of 229.57º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #353D63 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB536199-
CMYK0.460.3800.61
HSL229.57º30.26%29.8%-
HSV(B)229.57º46.46%38.82%-
XYZ5.39512.48-
YUV62.94148.35120.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.88%
GREEN value IS 61 (24.22% from 255) = 28.64%
BLUE value IS 99 (39.06% from 255) = 46.48%
R=24.88%
G=28.64%
B=46.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5361990.460.3800.61229.5730.2629.8
Hex353D632E2603De61e1e
Octal657514356460753463636
Binary11010111110111000111011101001100111101111001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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