#353B6B

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

Shades of Bay Of Many #353B6B

Tints of Bay Of Many #353B6B

Color information

#353B6B (or 0x353B6B) is unknown color: approx Bay Of Many. HEX triplet: 35, 3B and 6B. RGB value is (53,59,107). Sum of RGB (Red+Green+Blue) = 53+59+107=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #353B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353B6B is #CAC494. Grayscale: #3E3E3E. Windows color (decimal): -13288597 or 7027509. OLE color: 7027509.

HSL color Cylindrical-coordinate representation of color #353B6B: hue angle of 233.33º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #353B6B is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5359107-
CMYK0.500.4500.58
HSL233.33º33.75%31.37%-
HSV(B)233.33º50.47%41.96%-
XYZ5.694.9514.56-
YUV62.68153.01121.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 59 (23.44% from 255) = 26.94%
BLUE value IS 107 (42.19% from 255) = 48.86%
R=24.20%
G=26.94%
B=48.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53591070.500.4500.58233.3333.7531.37
Hex353B6B322D03Ae9221f
Octal657315362550723514237
Binary110101111011110101111001010110101110101110100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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