#35466A

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

Shades of Bay Of Many #35466A

Tints of Bay Of Many #35466A

Color information

#35466A (or 0x35466A) is unknown color: approx Bay Of Many. HEX triplet: 35, 46 and 6A. RGB value is (53,70,106). Sum of RGB (Red+Green+Blue) = 53+70+106=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 106 - color contains mainly: blue. Hex color #35466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35466A is #CAB995. Grayscale: #444444. Windows color (decimal): -13285782 or 6964789. OLE color: 6964789.

HSL color Cylindrical-coordinate representation of color #35466A: hue angle of 220.75º 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 #35466A is Cyan = 0.5, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5370106-
CMYK0.50.3400.58
HSL220.75º33.33%31.18%-
HSV(B)220.75º50%41.57%-
XYZ6.266.1814.5-
YUV69.02148.87116.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 106 (41.80% from 255) = 46.29%
R=23.14%
G=30.57%
B=46.29%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53701060.50.3400.58220.7533.3331.18
Hex35466A322203Add211f
Octal6510615262420723354137
Binary1101011000110110101011001010001001110101101110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35466A; }

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

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

<style>
 a { background-color: #35466A; }

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

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

<style>
 span { border-color: #35466A; }

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

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