Html Css Color HEX #7353BE Blue Marguerite

📋 copy color: '#7353BE'

red 115 ◦ green 83 ◦ blue 190

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

Shades of Blue Marguerite #7353BE

Tints of Blue Marguerite #7353BE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.39%

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

R = 29.64%
G = 21.39%
B = 48.97%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7353BE (or 0x7353BE) is known color: Blue Marguerite. HEX triplet: 73, 53 and BE. RGB value is (115,83,190). Sum of RGB (Red+Green+Blue) = 115+83+190=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #7353BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7353BE is #8CAC41. Grayscale: #686868. Windows color (decimal): -9219138 or 12473203. OLE color: 12473203.

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

Color convert

RGB 115 83 190 -
CMYK 0.39 0.56 0 0.25
HSL 257.94º 0.45% 0.54% -
HSV(B) 257.94º 0.56% 0.75% -
XYZ 19.46 13.55 50.3 -
YUV 104.77 176.1 135.3 -
System Red Green Blue C M Y K H S L
Decimal 115 83 190 0.39 0.56 0 0.25 257.94 0.45 0.54
Hex 73 53 BE 27 38 0 19 102 2D 36
Octal 163 123 276 47 70 0 31 402 55 66
Binary 1110011 1010011 10111110 100111 111000 0 11001 100000010 101101 110110

Color Harmonies of #7353BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7353BE

Black with #7353BE

Text Example


Text Example

White with #7353BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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