#7345BB

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

Shades of Studio #7345BB

Tints of Studio #7345BB

Color information

#7345BB (or 0x7345BB) is unknown color: approx Studio. HEX triplet: 73, 45 and BB. RGB value is (115,69,187). Sum of RGB (Red+Green+Blue) = 115+69+187=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #7345BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7345BB is #8CBA44. Grayscale: #5F5F5F. Windows color (decimal): -9222725 or 12273011. OLE color: 12273011.

HSL color Cylindrical-coordinate representation of color #7345BB: hue angle of 263.39º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7345BB is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11569187-
CMYK0.390.6300.27
HSL263.39º46.46%50.2%-
HSV(B)263.39º63.1%73.33%-
XYZ18.1711.4948.27-
YUV96.21179.24141.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 69 (27.34% from 255) = 18.60%
BLUE value IS 187 (73.44% from 255) = 50.40%
R=31.00%
G=18.60%
B=50.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal115691870.390.6300.27263.3946.4650.2
Hex7345BB273F01B1072e32
Octal16310527347770334075662
Binary1110011100010110111011100111111111011011100000111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7345BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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