#353E6B

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

Shades of Bay Of Many #353E6B

Tints of Bay Of Many #353E6B

Color information

#353E6B (or 0x353E6B) is unknown color: approx Bay Of Many. HEX triplet: 35, 3E and 6B. RGB value is (53,62,107). Sum of RGB (Red+Green+Blue) = 53+62+107=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #353E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353E6B is #CAC194. Grayscale: #404040. Windows color (decimal): -13287829 or 7028277. OLE color: 7028277.

HSL color Cylindrical-coordinate representation of color #353E6B: hue angle of 230º 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 #353E6B is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5362107-
CMYK0.500.4200.58
HSL230º33.75%31.37%-
HSV(B)230º50.47%41.96%-
XYZ5.845.2614.62-
YUV64.44152.02119.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 62 (24.61% from 255) = 27.93%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=23.87%
G=27.93%
B=48.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53621070.500.4200.5823033.7531.37
Hex353E6B322A03Ae6221f
Octal657615362520723464237
Binary110101111110110101111001010101001110101110011010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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