#353772

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

Shades of Torea Bay #353772

Tints of Torea Bay #353772

Color information

#353772 (or 0x353772) is unknown color: approx Torea Bay. HEX triplet: 35, 37 and 72. RGB value is (53,55,114). Sum of RGB (Red+Green+Blue) = 53+55+114=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #353772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353772 is #CAC88D. Grayscale: #3C3C3C. Windows color (decimal): -13289614 or 7485237. OLE color: 7485237.

HSL color Cylindrical-coordinate representation of color #353772: hue angle of 238.03º 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 #353772 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5355114-
CMYK0.540.5200.55
HSL238.03º36.53%32.75%-
HSV(B)238.03º53.51%44.71%-
XYZ5.874.716.52-
YUV61.13157.84122.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=23.87%
G=24.77%
B=51.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53551140.540.5200.55238.0336.5332.75
Hex3537723634037ee2521
Octal656716266640673564541
Binary1101011101111110010110110110100011011111101110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353772; }

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

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

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

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

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

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

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

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