Html Css Color HEX #7362B3 Blue Marguerite

📋 copy color: '#7362B3'

red 115 ◦ green 98 ◦ blue 179

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

Shades of Blue Marguerite #7362B3

Tints of Blue Marguerite #7362B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.66%

R = 29.34%
G = 25%
B = 45.66%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7362B3 (or 0x7362B3) is known color: Blue Marguerite. HEX triplet: 73, 62 and B3. RGB value is (115,98,179). Sum of RGB (Red+Green+Blue) = 115+98+179=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 179 - color contains mainly: blue. Hex color #7362B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7362B3 is #8C9D4C. Grayscale: #707070. Windows color (decimal): -9215309 or 11756147. OLE color: 11756147.

HSL color Cylindrical-coordinate representation of color #7362B3: hue angle of 252.59º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7362B3 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 98 179 -
CMYK 0.36 0.45 0 0.30
HSL 252.59º 0.35% 0.54% -
HSV(B) 252.59º 0.45% 0.7% -
XYZ 19.57 15.63 44.63 -
YUV 112.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 115 98 179 0.36 0.45 0 0.30 252.59 0.35 0.54
Hex 73 62 B3 24 2D 0 1E FD 23 36
Octal 163 142 263 44 55 0 36 375 43 66
Binary 1110011 1100010 10110011 100100 101101 0 11110 11111101 100011 110110

Color Harmonies of #7362B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7362B3

Black with #7362B3

Text Example


Text Example

White with #7362B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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