#353977

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

Shades of Torea Bay #353977

Tints of Torea Bay #353977

Color information

#353977 (or 0x353977) is unknown color: approx Torea Bay. HEX triplet: 35, 39 and 77. RGB value is (53,57,119). Sum of RGB (Red+Green+Blue) = 53+57+119=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #353977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353977 is #CAC688. Grayscale: #3E3E3E. Windows color (decimal): -13289097 or 7813429. OLE color: 7813429.

HSL color Cylindrical-coordinate representation of color #353977: hue angle of 236.36º 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 #353977 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5357119-
CMYK0.550.5200.53
HSL236.36º38.37%33.73%-
HSV(B)236.36º55.46%46.67%-
XYZ6.265.0218.09-
YUV62.87159.67120.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 57 (22.66% from 255) = 24.89%
BLUE value IS 119 (46.88% from 255) = 51.97%
R=23.14%
G=24.89%
B=51.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53571190.550.5200.53236.3638.3733.73
Hex3539773734035ec2622
Octal657116767640653544642
Binary1101011110011110111110111110100011010111101100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353977; }

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

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

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

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

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

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

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

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