#353D69

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

Shades of Bay Of Many #353D69

Tints of Bay Of Many #353D69

Color information

#353D69 (or 0x353D69) is unknown color: approx Bay Of Many. HEX triplet: 35, 3D and 69. RGB value is (53,61,105). Sum of RGB (Red+Green+Blue) = 53+61+105=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #353D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D69 is #CAC296. Grayscale: #3F3F3F. Windows color (decimal): -13288087 or 6896949. OLE color: 6896949.

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

Color convert

RGB5361105-
CMYK0.500.4200.59
HSL230.77º32.91%30.98%-
HSV(B)230.77º49.52%41.18%-
XYZ5.695.1114.05-
YUV63.62151.35120.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 61 (24.22% from 255) = 27.85%
BLUE value IS 105 (41.41% from 255) = 47.95%
R=24.20%
G=27.85%
B=47.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53611050.500.4200.59230.7732.9130.98
Hex353D69322A03Be7211f
Octal657515162520733474137
Binary110101111101110100111001010101001110111110011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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