#353974

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

Shades of Torea Bay #353974

Tints of Torea Bay #353974

Color information

#353974 (or 0x353974) is unknown color: approx Torea Bay. HEX triplet: 35, 39 and 74. RGB value is (53,57,116). Sum of RGB (Red+Green+Blue) = 53+57+116=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #353974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353974 is #CAC68B. Grayscale: #3E3E3E. Windows color (decimal): -13289100 or 7616821. OLE color: 7616821.

HSL color Cylindrical-coordinate representation of color #353974: hue angle of 236.19º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #353974 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5357116-
CMYK0.540.5100.55
HSL236.19º37.28%33.14%-
HSV(B)236.19º54.31%45.49%-
XYZ6.084.9417.16-
YUV62.53158.17121.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.45%
GREEN value IS 57 (22.66% from 255) = 25.22%
BLUE value IS 116 (45.70% from 255) = 51.33%
R=23.45%
G=25.22%
B=51.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53571160.540.5100.55236.1937.2833.14
Hex3539743633037ec2521
Octal657116466630673544541
Binary1101011110011110100110110110011011011111101100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353974; }

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

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

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

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

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

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

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

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