Html Css Color HEX #7362AF Blue Marguerite

📋 copy color: '#7362AF'

red 115 ◦ green 98 ◦ blue 175

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

Shades of Blue Marguerite #7362AF

Tints of Blue Marguerite #7362AF

RGB

 RED value IS 115 (45.31% from 255) = 29.64%

 GREEN value IS 98 (38.67% from 255) = 25.26%

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 29.64%
G = 25.26%
B = 45.1%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7362AF (or 0x7362AF) is known color: Blue Marguerite. HEX triplet: 73, 62 and AF. RGB value is (115,98,175). Sum of RGB (Red+Green+Blue) = 115+98+175=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #7362AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7362AF is #8C9D50. Grayscale: #6F6F6F. Windows color (decimal): -9215313 or 11494003. OLE color: 11494003.

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

Color convert

RGB 115 98 175 -
CMYK 0.34 0.44 0 0.31
HSL 253.25º 0.32% 0.54% -
HSV(B) 253.25º 0.44% 0.69% -
XYZ 19.18 15.48 42.53 -
YUV 111.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 115 98 175 0.34 0.44 0 0.31 253.25 0.32 0.54
Hex 73 62 AF 22 2C 0 1F FD 20 36
Octal 163 142 257 42 54 0 37 375 40 66
Binary 1110011 1100010 10101111 100010 101100 0 11111 11111101 100000 110110

Color Harmonies of #7362AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7362AF

Black with #7362AF

Text Example


Text Example

White with #7362AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7362AF;
 }
 .AnyTagClassName
 {
   color: #7362AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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