#353C66

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

Shades of Bay Of Many #353C66

Tints of Bay Of Many #353C66

Color information

#353C66 (or 0x353C66) is unknown color: approx Bay Of Many. HEX triplet: 35, 3C and 66. RGB value is (53,60,102). Sum of RGB (Red+Green+Blue) = 53+60+102=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #353C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C66 is #CAC399. Grayscale: #3E3E3E. Windows color (decimal): -13288346 or 6700085. OLE color: 6700085.

HSL color Cylindrical-coordinate representation of color #353C66: hue angle of 231.43º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #353C66 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5360102-
CMYK0.480.4100.6
HSL231.43º31.61%30.39%-
HSV(B)231.43º48.04%40%-
XYZ5.484.9513.24-
YUV62.7150.18121.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 60 (23.83% from 255) = 27.91%
BLUE value IS 102 (40.23% from 255) = 47.44%
R=24.65%
G=27.91%
B=47.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53601020.480.4100.6231.4331.6130.39
Hex353C66302903Ce7201e
Octal657414660510743474036
Binary110101111100110011011000010100101111001110011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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