#353F79

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

Shades of Torea Bay #353F79

Tints of Torea Bay #353F79

Color information

#353F79 (or 0x353F79) is unknown color: approx Torea Bay. HEX triplet: 35, 3F and 79. RGB value is (53,63,121). Sum of RGB (Red+Green+Blue) = 53+63+121=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #353F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F79 is #CAC086. Grayscale: #424242. Windows color (decimal): -13287559 or 7946037. OLE color: 7946037.

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

Color convert

RGB5363121-
CMYK0.560.4800.53
HSL231.18º39.08%34.12%-
HSV(B)231.18º56.2%47.45%-
XYZ6.75.6918.83-
YUV66.62158.69118.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.36%
GREEN value IS 63 (25% from 255) = 26.58%
BLUE value IS 121 (47.66% from 255) = 51.05%
R=22.36%
G=26.58%
B=51.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53631210.560.4800.53231.1839.0834.12
Hex353F793830035e72722
Octal657717170600653474742
Binary1101011111111111001111000110000011010111100111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,63,121); }

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

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

 a { background-color: rgb(53,63,121); }

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

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

 span { border-color: rgb(53,63,121); }

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