#353F65

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

Shades of Bay Of Many #353F65

Tints of Bay Of Many #353F65

Color information

#353F65 (or 0x353F65) is unknown color: approx Bay Of Many. HEX triplet: 35, 3F and 65. RGB value is (53,63,101). Sum of RGB (Red+Green+Blue) = 53+63+101=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #353F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F65 is #CAC09A. Grayscale: #404040. Windows color (decimal): -13287579 or 6635317. OLE color: 6635317.

HSL color Cylindrical-coordinate representation of color #353F65: hue angle of 227.5º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #353F65 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5363101-
CMYK0.480.3800.60
HSL227.5º31.17%30.2%-
HSV(B)227.5º47.52%39.61%-
XYZ5.595.2513.03-
YUV64.34148.69119.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.42%
GREEN value IS 63 (25% from 255) = 29.03%
BLUE value IS 101 (39.84% from 255) = 46.54%
R=24.42%
G=29.03%
B=46.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53631010.480.3800.60227.531.1730.2
Hex353F65302603Ce41f1e
Octal657714560460743443736
Binary11010111111111001011100001001100111100111001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,63,101); }

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

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

 a { background-color: rgb(53,63,101); }

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

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

 span { border-color: rgb(53,63,101); }

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