#73529A

Color #73529A Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #73529A

Tints of Studio #73529A

Color information

#73529A (or 0x73529A) is unknown color: approx Studio. HEX triplet: 73, 52 and 9A. RGB value is (115,82,154). Sum of RGB (Red+Green+Blue) = 115+82+154=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #73529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73529A is #8CAD65. Grayscale: #636363. Windows color (decimal): -9219430 or 10113651. OLE color: 10113651.

HSL color Cylindrical-coordinate representation of color #73529A: hue angle of 267.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73529A is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11582154-
CMYK0.250.4700.40
HSL267.5º30.51%46.27%-
HSV(B)267.5º46.75%60.39%-
XYZ15.9212.0132.05-
YUV100.08158.43138.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.76%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 154 (60.55% from 255) = 43.87%
R=32.76%
G=23.36%
B=43.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115821540.250.4700.40267.530.5146.27
Hex73529A192F02810c1f2e
Octal16312223231570504143756
Binary111001110100101001101011001101111010100010000110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73529A; }

 p { color: rgb(115,82,154); }

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

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

 a { background-color: rgb(115,82,154); }

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

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

 span { border-color: rgb(115,82,154); }

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