#353A72

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

Shades of Torea Bay #353A72

Tints of Torea Bay #353A72

Color information

#353A72 (or 0x353A72) is unknown color: approx Torea Bay. HEX triplet: 35, 3A and 72. RGB value is (53,58,114). Sum of RGB (Red+Green+Blue) = 53+58+114=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #353A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353A72 is #CAC58D. Grayscale: #3E3E3E. Windows color (decimal): -13288846 or 7486005. OLE color: 7486005.

HSL color Cylindrical-coordinate representation of color #353A72: hue angle of 235.08º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #353A72 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5358114-
CMYK0.540.4900.55
HSL235.08º36.53%32.75%-
HSV(B)235.08º53.51%44.71%-
XYZ6.02516.57-
YUV62.89156.84120.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=23.56%
G=25.78%
B=50.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53581140.540.4900.55235.0836.5332.75
Hex353A723631037eb2521
Octal657216266610673534541
Binary1101011110101110010110110110001011011111101011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,58,114); }

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

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

 a { background-color: rgb(53,58,114); }

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

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

 span { border-color: rgb(53,58,114); }

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