#73529C

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

Shades of Studio #73529C

Tints of Studio #73529C

Color information

#73529C (or 0x73529C) is unknown color: approx Studio. HEX triplet: 73, 52 and 9C. RGB value is (115,82,156). Sum of RGB (Red+Green+Blue) = 115+82+156=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #73529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73529C is #8CAD63. Grayscale: #646464. Windows color (decimal): -9219428 or 10244723. OLE color: 10244723.

HSL color Cylindrical-coordinate representation of color #73529C: hue angle of 266.76º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73529C is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11582156-
CMYK0.260.4700.39
HSL266.76º31.09%46.67%-
HSV(B)266.76º47.44%61.18%-
XYZ16.0912.0832.94-
YUV100.3159.43138.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.58%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 156 (61.33% from 255) = 44.19%
R=32.58%
G=23.23%
B=44.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115821560.260.4700.39266.7631.0946.67
Hex73529C1A2F02710b1f2f
Octal16312223432570474133757
Binary111001110100101001110011010101111010011110000101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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