#7349BB

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

Shades of Studio #7349BB

Tints of Studio #7349BB

Color information

#7349BB (or 0x7349BB) is unknown color: approx Studio. HEX triplet: 73, 49 and BB. RGB value is (115,73,187). Sum of RGB (Red+Green+Blue) = 115+73+187=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #7349BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7349BB is #8CB644. Grayscale: #626262. Windows color (decimal): -9221701 or 12274035. OLE color: 12274035.

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

Color convert

RGB11573187-
CMYK0.390.6100.27
HSL262.11º45.6%50.98%-
HSV(B)262.11º60.96%73.33%-
XYZ18.421248.36-
YUV98.55177.91139.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.67%
GREEN value IS 73 (28.91% from 255) = 19.47%
BLUE value IS 187 (73.44% from 255) = 49.87%
R=30.67%
G=19.47%
B=49.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal115731870.390.6100.27262.1145.650.98
Hex7349BB273D01B1062e33
Octal16311127347750334065663
Binary1110011100100110111011100111111101011011100000110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7349BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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