#7349BA

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

Shades of Studio #7349BA

Tints of Studio #7349BA

Color information

#7349BA (or 0x7349BA) is unknown color: approx Studio. HEX triplet: 73, 49 and BA. RGB value is (115,73,186). Sum of RGB (Red+Green+Blue) = 115+73+186=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #7349BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7349BA is #8CB645. Grayscale: #626262. Windows color (decimal): -9221702 or 12208499. OLE color: 12208499.

HSL color Cylindrical-coordinate representation of color #7349BA: hue angle of 262.3º degrees, saturation: 0.45, 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 #7349BA is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11573186-
CMYK0.380.6100.27
HSL262.3º45.02%50.78%-
HSV(B)262.3º60.75%72.94%-
XYZ18.3211.9647.8-
YUV98.44177.41139.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 73 (28.91% from 255) = 19.52%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=30.75%
G=19.52%
B=49.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal115731860.380.6100.27262.345.0250.78
Hex7349BA263D01B1062d33
Octal16311127246750334065563
Binary1110011100100110111010100110111101011011100000110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7349BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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