Html Css Color HEX #7351BF Blue Marguerite

📋 copy color: '#7351BF'

red 115 ◦ green 81 ◦ blue 191

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

Shades of Blue Marguerite #7351BF

Tints of Blue Marguerite #7351BF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.93%

 BLUE value IS 191 (75% from 255) = 49.35%

R = 29.72%
G = 20.93%
B = 49.35%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7351BF (or 0x7351BF) is known color: Blue Marguerite. HEX triplet: 73, 51 and BF. RGB value is (115,81,191). Sum of RGB (Red+Green+Blue) = 115+81+191=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #7351BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7351BF is #8CAE40. Grayscale: #676767. Windows color (decimal): -9219649 or 12538227. OLE color: 12538227.

HSL color Cylindrical-coordinate representation of color #7351BF: hue angle of 258.55º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7351BF is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 81 191 -
CMYK 0.40 0.58 0 0.25
HSL 258.55º 0.46% 0.53% -
HSV(B) 258.55º 0.58% 0.75% -
XYZ 19.42 13.29 50.83 -
YUV 103.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 115 81 191 0.40 0.58 0 0.25 258.55 0.46 0.53
Hex 73 51 BF 28 3A 0 19 103 2E 35
Octal 163 121 277 50 72 0 31 403 56 65
Binary 1110011 1010001 10111111 101000 111010 0 11001 100000011 101110 110101

Color Harmonies of #7351BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7351BF

Black with #7351BF

Text Example


Text Example

White with #7351BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7351BF; }

 p { color: rgb(115,81,191); }

 H1.HeaderClassName
 {
   color: #7351BF;
 }
 .AnyTagClassName
 {
   color: #7351BF;
 }
</style>

background-color css

<style>
 a { background-color: #7351BF; }

 a { background-color: rgb(115,81,191); }

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

border-color css

<style>
 span { border-color: #7351BF; }

 span { border-color: rgb(115,81,191); }

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