#353970

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

Shades of Torea Bay #353970

Tints of Torea Bay #353970

Color information

#353970 (or 0x353970) is unknown color: approx Torea Bay. HEX triplet: 35, 39 and 70. RGB value is (53,57,112). Sum of RGB (Red+Green+Blue) = 53+57+112=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #353970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353970 is #CAC68F. Grayscale: #3D3D3D. Windows color (decimal): -13289104 or 7354677. OLE color: 7354677.

HSL color Cylindrical-coordinate representation of color #353970: hue angle of 235.93º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #353970 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5357112-
CMYK0.530.4900.56
HSL235.93º35.76%32.35%-
HSV(B)235.93º52.68%43.92%-
XYZ5.864.8515.96-
YUV62.07156.17121.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 57 (22.66% from 255) = 25.68%
BLUE value IS 112 (44.14% from 255) = 50.45%
R=23.87%
G=25.68%
B=50.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53571120.530.4900.56235.9335.7632.35
Hex3539703531038ec2420
Octal657116065610703544440
Binary1101011110011110000110101110001011100011101100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353970; }

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

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

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

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

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

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

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

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