#353677

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

Shades of Torea Bay #353677

Tints of Torea Bay #353677

Color information

#353677 (or 0x353677) is unknown color: approx Torea Bay. HEX triplet: 35, 36 and 77. RGB value is (53,54,119). Sum of RGB (Red+Green+Blue) = 53+54+119=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #353677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353677 is #CAC988. Grayscale: #3C3C3C. Windows color (decimal): -13289865 or 7812661. OLE color: 7812661.

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

Color convert

RGB5354119-
CMYK0.550.5500.53
HSL239.09º38.37%33.73%-
HSV(B)239.09º55.46%46.67%-
XYZ6.124.7318.04-
YUV61.11160.67122.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.45%
GREEN value IS 54 (21.48% from 255) = 23.89%
BLUE value IS 119 (46.88% from 255) = 52.65%
R=23.45%
G=23.89%
B=52.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53541190.550.5500.53239.0938.3733.73
Hex3536773737035ef2622
Octal656616767670653574642
Binary1101011101101110111110111110111011010111101111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353677; }

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

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

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

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

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

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

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

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