Html Css Color HEX #7349BE Blue Marguerite

📋 copy color: '#7349BE'

red 115 ◦ green 73 ◦ blue 190

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

Shades of Blue Marguerite #7349BE

Tints of Blue Marguerite #7349BE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.31%

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 30.42%
G = 19.31%
B = 50.26%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7349BE (or 0x7349BE) is known color: Blue Marguerite. HEX triplet: 73, 49 and BE. RGB value is (115,73,190). Sum of RGB (Red+Green+Blue) = 115+73+190=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #7349BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7349BE is #8CB641. Grayscale: #626262. Windows color (decimal): -9221698 or 12470643. OLE color: 12470643.

HSL color Cylindrical-coordinate representation of color #7349BE: hue angle of 261.54º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7349BE is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 73 190 -
CMYK 0.39 0.62 0 0.25
HSL 261.54º 0.47% 0.52% -
HSV(B) 261.54º 0.62% 0.75% -
XYZ 18.75 12.13 50.07 -
YUV 98.9 179.41 139.49 -
System Red Green Blue C M Y K H S L
Decimal 115 73 190 0.39 0.62 0 0.25 261.54 0.47 0.52
Hex 73 49 BE 27 3E 0 19 106 2F 34
Octal 163 111 276 47 76 0 31 406 57 64
Binary 1110011 1001001 10111110 100111 111110 0 11001 100000110 101111 110100

Color Harmonies of #7349BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7349BE

Black with #7349BE

Text Example


Text Example

White with #7349BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7349BE; }

 p { color: rgb(115,73,190); }

 H1.HeaderClassName
 {
   color: #7349BE;
 }
 .AnyTagClassName
 {
   color: #7349BE;
 }
</style>

background-color css

<style>
 a { background-color: #7349BE; }

 a { background-color: rgb(115,73,190); }

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

border-color css

<style>
 span { border-color: #7349BE; }

 span { border-color: rgb(115,73,190); }

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