#353673

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

Shades of Torea Bay #353673

Tints of Torea Bay #353673

Color information

#353673 (or 0x353673) is unknown color: approx Torea Bay. HEX triplet: 35, 36 and 73. RGB value is (53,54,115). Sum of RGB (Red+Green+Blue) = 53+54+115=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #353673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353673 is #CAC98C. Grayscale: #3C3C3C. Windows color (decimal): -13289869 or 7550517. OLE color: 7550517.

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

Color convert

RGB5354115-
CMYK0.540.5300.55
HSL239.03º36.9%32.94%-
HSV(B)239.03º53.91%45.1%-
XYZ5.884.6316.8-
YUV60.65158.67122.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 54 (21.48% from 255) = 24.32%
BLUE value IS 115 (45.31% from 255) = 51.80%
R=23.87%
G=24.32%
B=51.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53541150.540.5300.55239.0336.932.94
Hex3536733635037ef2521
Octal656616366650673574541
Binary1101011101101110011110110110101011011111101111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353673; }

 p { color: rgb(53,54,115); }

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

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

 a { background-color: rgb(53,54,115); }

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

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

 span { border-color: rgb(53,54,115); }

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