#353C6A

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

Shades of Bay Of Many #353C6A

Tints of Bay Of Many #353C6A

Color information

#353C6A (or 0x353C6A) is unknown color: approx Bay Of Many. HEX triplet: 35, 3C and 6A. RGB value is (53,60,106). Sum of RGB (Red+Green+Blue) = 53+60+106=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #353C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C6A is #CAC395. Grayscale: #3E3E3E. Windows color (decimal): -13288342 or 6962229. OLE color: 6962229.

HSL color Cylindrical-coordinate representation of color #353C6A: hue angle of 232.08º degrees, saturation: 0.33, 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 #353C6A is Cyan = 0.5, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5360106-
CMYK0.50.4300.58
HSL232.08º33.33%31.18%-
HSV(B)232.08º50%41.57%-
XYZ5.695.0314.31-
YUV63.15152.18120.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 60 (23.83% from 255) = 27.40%
BLUE value IS 106 (41.80% from 255) = 48.40%
R=24.20%
G=27.40%
B=48.40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53601060.50.4300.58232.0833.3331.18
Hex353C6A322B03Ae8211f
Octal657415262530723504137
Binary110101111100110101011001010101101110101110100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,60,106); }

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

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

 a { background-color: rgb(53,60,106); }

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

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

 span { border-color: rgb(53,60,106); }

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