#353D79

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

Shades of Torea Bay #353D79

Tints of Torea Bay #353D79

Color information

#353D79 (or 0x353D79) is unknown color: approx Torea Bay. HEX triplet: 35, 3D and 79. RGB value is (53,61,121). Sum of RGB (Red+Green+Blue) = 53+61+121=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #353D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D79 is #CAC286. Grayscale: #414141. Windows color (decimal): -13288071 or 7945525. OLE color: 7945525.

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

Color convert

RGB5361121-
CMYK0.560.5000.53
HSL232.94º39.08%34.12%-
HSV(B)232.94º56.2%47.45%-
XYZ6.595.4718.8-
YUV65.45159.35119.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 61 (24.22% from 255) = 25.96%
BLUE value IS 121 (47.66% from 255) = 51.49%
R=22.55%
G=25.96%
B=51.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53611210.560.5000.53232.9439.0834.12
Hex353D793832035e92722
Octal657517170620653514742
Binary1101011111011111001111000110010011010111101001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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