#735598

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

Shades of Studio #735598

Tints of Studio #735598

Color information

#735598 (or 0x735598) is unknown color: approx Studio. HEX triplet: 73, 55 and 98. RGB value is (115,85,152). Sum of RGB (Red+Green+Blue) = 115+85+152=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #735598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735598 is #8CAA67. Grayscale: #656565. Windows color (decimal): -9218664 or 9983347. OLE color: 9983347.

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

Color convert

RGB11585152-
CMYK0.240.4400.40
HSL266.87º28.27%46.47%-
HSV(B)266.87º44.08%59.61%-
XYZ15.9912.4131.26-
YUV101.61156.44137.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.67%
GREEN value IS 85 (33.59% from 255) = 24.15%
BLUE value IS 152 (59.77% from 255) = 43.18%
R=32.67%
G=24.15%
B=43.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115851520.240.4400.40266.8728.2746.47
Hex735598182C02810b1c2e
Octal16312523030540504133456
Binary111001110101011001100011000101100010100010000101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735598; }

 p { color: rgb(115,85,152); }

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

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

 a { background-color: rgb(115,85,152); }

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

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

 span { border-color: rgb(115,85,152); }

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