#353D5F

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

Shades of Bay Of Many #353D5F

Tints of Bay Of Many #353D5F

Color information

#353D5F (or 0x353D5F) is unknown color: approx Bay Of Many. HEX triplet: 35, 3D and 5F. RGB value is (53,61,95). Sum of RGB (Red+Green+Blue) = 53+61+95=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #353D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D5F is #CAC2A0. Grayscale: #3E3E3E. Windows color (decimal): -13288097 or 6241589. OLE color: 6241589.

HSL color Cylindrical-coordinate representation of color #353D5F: hue angle of 228.57º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #353D5F is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB536195-
CMYK0.440.3600.63
HSL228.57º28.38%29.02%-
HSV(B)228.57º44.21%37.25%-
XYZ5.24.9211.5-
YUV62.48146.35121.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.36%
GREEN value IS 61 (24.22% from 255) = 29.19%
BLUE value IS 95 (37.5% from 255) = 45.45%
R=25.36%
G=29.19%
B=45.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5361950.440.3600.63228.5728.3829.02
Hex353D5F2C2403Fe51c1d
Octal657513754440773453435
Binary11010111110110111111011001001000111111111001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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