#7360AF

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

Shades of Blue Marguerite #7360AF

Tints of Blue Marguerite #7360AF

Color information

#7360AF (or 0x7360AF) is unknown color: approx Blue Marguerite. HEX triplet: 73, 60 and AF. RGB value is (115,96,175). Sum of RGB (Red+Green+Blue) = 115+96+175=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #7360AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7360AF is #8C9F50. Grayscale: #6E6E6E. Windows color (decimal): -9215825 or 11493491. OLE color: 11493491.

HSL color Cylindrical-coordinate representation of color #7360AF: hue angle of 254.43º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7360AF is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11596175-
CMYK0.340.4500.31
HSL254.43º33.05%53.14%-
HSV(B)254.43º45.14%68.63%-
XYZ18.9915.1142.47-
YUV110.69164.29131.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.79%
GREEN value IS 96 (37.89% from 255) = 24.87%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=29.79%
G=24.87%
B=45.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115961750.340.4500.31254.4333.0553.14
Hex7360AF222D01Ffe2135
Octal16314025742550373764165
Binary111001111000001010111110001010110101111111111110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7360AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7360AF; }

 p { color: rgb(115,96,175); }

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

<style>
 a { background-color: #7360AF; }

 a { background-color: rgb(115,96,175); }

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

<style>
 span { border-color: #7360AF; }

 span { border-color: rgb(115,96,175); }

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