#353B70

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

Shades of Torea Bay #353B70

Tints of Torea Bay #353B70

Color information

#353B70 (or 0x353B70) is unknown color: approx Torea Bay. HEX triplet: 35, 3B and 70. RGB value is (53,59,112). Sum of RGB (Red+Green+Blue) = 53+59+112=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #353B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353B70 is #CAC48F. Grayscale: #3F3F3F. Windows color (decimal): -13288592 or 7355189. OLE color: 7355189.

HSL color Cylindrical-coordinate representation of color #353B70: hue angle of 233.9º 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 #353B70 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5359112-
CMYK0.530.4700.56
HSL233.9º35.76%32.35%-
HSV(B)233.9º52.68%43.92%-
XYZ5.965.0515.99-
YUV63.25155.51120.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.66%
GREEN value IS 59 (23.44% from 255) = 26.34%
BLUE value IS 112 (44.14% from 255) = 50%
R=23.66%
G=26.34%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53591120.530.4700.56233.935.7632.35
Hex353B70352F038ea2420
Octal657316065570703524440
Binary1101011110111110000110101101111011100011101010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353B70; }

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

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

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

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

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

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

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

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