#353B62

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

Shades of Bay Of Many #353B62

Tints of Bay Of Many #353B62

Color information

#353B62 (or 0x353B62) is unknown color: approx Bay Of Many. HEX triplet: 35, 3B and 62. RGB value is (53,59,98). Sum of RGB (Red+Green+Blue) = 53+59+98=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #353B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353B62 is #CAC49D. Grayscale: #3D3D3D. Windows color (decimal): -13288606 or 6437685. OLE color: 6437685.

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

Color convert

RGB535998-
CMYK0.460.4000.62
HSL232º29.8%29.61%-
HSV(B)232º45.92%38.43%-
XYZ5.244.7712.2-
YUV61.65148.51121.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.24%
GREEN value IS 59 (23.44% from 255) = 28.10%
BLUE value IS 98 (38.67% from 255) = 46.67%
R=25.24%
G=28.10%
B=46.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5359980.460.4000.6223229.829.61
Hex353B622E2803Ee81e1e
Octal657314256500763503636
Binary11010111101111000101011101010000111110111010001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,59,98); }

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

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

 a { background-color: rgb(53,59,98); }

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

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

 span { border-color: rgb(53,59,98); }

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