#353676

Color #353676 Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #353676

Tints of Torea Bay #353676

Color information

#353676 (or 0x353676) is unknown color: approx Torea Bay. HEX triplet: 35, 36 and 76. RGB value is (53,54,118). Sum of RGB (Red+Green+Blue) = 53+54+118=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #353676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353676 is #CAC989. Grayscale: #3C3C3C. Windows color (decimal): -13289866 or 7747125. OLE color: 7747125.

HSL color Cylindrical-coordinate representation of color #353676: hue angle of 239.08º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #353676 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5354118-
CMYK0.550.5400.54
HSL239.08º38.01%33.53%-
HSV(B)239.08º55.08%46.27%-
XYZ6.064.717.73-
YUV61160.17122.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 54 (21.48% from 255) = 24%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=23.56%
G=24%
B=52.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53541180.550.5400.54239.0838.0133.53
Hex3536763736036ef2622
Octal656616667660663574642
Binary1101011101101110110110111110110011011011101111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353676; }

 p { color: rgb(53,54,118); }

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

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

 a { background-color: rgb(53,54,118); }

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

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

 span { border-color: rgb(53,54,118); }

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