#353E79

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

Shades of Torea Bay #353E79

Tints of Torea Bay #353E79

Color information

#353E79 (or 0x353E79) is unknown color: approx Torea Bay. HEX triplet: 35, 3E and 79. RGB value is (53,62,121). Sum of RGB (Red+Green+Blue) = 53+62+121=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #353E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353E79 is #CAC186. Grayscale: #414141. Windows color (decimal): -13287815 or 7945781. OLE color: 7945781.

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

Color convert

RGB5362121-
CMYK0.560.4900.53
HSL232.06º39.08%34.12%-
HSV(B)232.06º56.2%47.45%-
XYZ6.645.5818.82-
YUV66.04159.02118.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 62 (24.61% from 255) = 26.27%
BLUE value IS 121 (47.66% from 255) = 51.27%
R=22.46%
G=26.27%
B=51.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53621210.560.4900.53232.0639.0834.12
Hex353E793831035e82722
Octal657617170610653504742
Binary1101011111101111001111000110001011010111101000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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