Html Css Color HEX #7360AF Blue Marguerite

📋 copy color: '#7360AF'

red 115 ◦ green 96 ◦ blue 175

#7360AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #7360AF

Tints of Blue Marguerite #7360AF

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 value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7360AF (or 0x7360AF) is known color: 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

RGB 115 96 175 -
CMYK 0.34 0.45 0 0.31
HSL 254.43º 0.33% 0.53% -
HSV(B) 254.43º 0.45% 0.69% -
XYZ 18.99 15.11 42.47 -
YUV 110.69 164.29 131.08 -
System Red Green Blue C M Y K H S L
Decimal 115 96 175 0.34 0.45 0 0.31 254.43 0.33 0.53
Hex 73 60 AF 22 2D 0 1F FE 21 35
Octal 163 140 257 42 55 0 37 376 41 65
Binary 1110011 1100000 10101111 100010 101101 0 11111 11111110 100001 110101

Color Harmonies of #7360AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7360AF

Black with #7360AF

Text Example


Text Example

White with #7360AF

Text Example


Text Example

HTML Codes & Css Web 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>