#7345B8

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

Shades of Studio #7345B8

Tints of Studio #7345B8

Color information

#7345B8 (or 0x7345B8) is unknown color: approx Studio. HEX triplet: 73, 45 and B8. RGB value is (115,69,184). Sum of RGB (Red+Green+Blue) = 115+69+184=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #7345B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7345B8 is #8CBA47. Grayscale: #5F5F5F. Windows color (decimal): -9222728 or 12076403. OLE color: 12076403.

HSL color Cylindrical-coordinate representation of color #7345B8: hue angle of 264º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7345B8 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11569184-
CMYK0.380.6200.28
HSL264º45.45%49.61%-
HSV(B)264º62.5%72.16%-
XYZ17.8511.3646.6-
YUV95.86177.74141.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.25%
GREEN value IS 69 (27.34% from 255) = 18.75%
BLUE value IS 184 (72.27% from 255) = 50%
R=31.25%
G=18.75%
B=50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal115691840.380.6200.2826445.4549.61
Hex7345B8263E01C1082d32
Octal16310527046760344105562
Binary1110011100010110111000100110111110011100100001000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7345B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7345B8; }

 p { color: rgb(115,69,184); }

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

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

 a { background-color: rgb(115,69,184); }

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

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

 span { border-color: rgb(115,69,184); }

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