#735497

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

Shades of Studio #735497

Tints of Studio #735497

Color information

#735497 (or 0x735497) is unknown color: approx Studio. HEX triplet: 73, 54 and 97. RGB value is (115,84,151). Sum of RGB (Red+Green+Blue) = 115+84+151=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 151 - color contains mainly: blue. Hex color #735497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735497 is #8CAB68. Grayscale: #646464. Windows color (decimal): -9218921 or 9917555. OLE color: 9917555.

HSL color Cylindrical-coordinate representation of color #735497: hue angle of 267.76º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #735497 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11584151-
CMYK0.240.4400.41
HSL267.76º28.51%46.08%-
HSV(B)267.76º44.37%59.22%-
XYZ15.8312.2230.8-
YUV100.91156.27138.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.86%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 151 (59.38% from 255) = 43.14%
R=32.86%
G=24%
B=43.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal115841510.240.4400.41267.7628.5146.08
Hex735497182C02910c1d2e
Octal16312422730540514143556
Binary111001110101001001011111000101100010100110000110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735497; }

 p { color: rgb(115,84,151); }

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

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

 a { background-color: rgb(115,84,151); }

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

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

 span { border-color: rgb(115,84,151); }

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