#7350B4

Color #7350B4 Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7350B4

Tints of Blue Marguerite #7350B4

Color information

#7350B4 (or 0x7350B4) is unknown color: approx Blue Marguerite. HEX triplet: 73, 50 and B4. RGB value is (115,80,180). Sum of RGB (Red+Green+Blue) = 115+80+180=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #7350B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7350B4 is #8CAF4B. Grayscale: #656565. Windows color (decimal): -9219916 or 11817075. OLE color: 11817075.

HSL color Cylindrical-coordinate representation of color #7350B4: hue angle of 261º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7350B4 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11580180-
CMYK0.360.5600.29
HSL261º40%50.98%-
HSV(B)261º55.56%70.59%-
XYZ18.1812.6844.67-
YUV101.86172.1137.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.67%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 180 (70.70% from 255) = 48%
R=30.67%
G=21.33%
B=48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115801800.360.5600.292614050.98
Hex7350B4243801D1052833
Octal16312026444700354055063
Binary1110011101000010110100100100111000011101100000101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7350B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7350B4; }

 p { color: rgb(115,80,180); }

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

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

 a { background-color: rgb(115,80,180); }

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

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

 span { border-color: rgb(115,80,180); }

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