Html Css Color HEX #7359BC Blue Marguerite

📋 copy color: '#7359BC'

red 115 ◦ green 89 ◦ blue 188

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

Shades of Blue Marguerite #7359BC

Tints of Blue Marguerite #7359BC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.7%

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 29.34%
G = 22.7%
B = 47.96%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7359BC (or 0x7359BC) is known color: Blue Marguerite. HEX triplet: 73, 59 and BC. RGB value is (115,89,188). Sum of RGB (Red+Green+Blue) = 115+89+188=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #7359BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7359BC is #8CA643. Grayscale: #6B6B6B. Windows color (decimal): -9217604 or 12343667. OLE color: 12343667.

HSL color Cylindrical-coordinate representation of color #7359BC: hue angle of 255.76º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7359BC is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 89 188 -
CMYK 0.39 0.53 0 0.26
HSL 255.76º 0.42% 0.54% -
HSV(B) 255.76º 0.53% 0.74% -
XYZ 19.72 14.42 49.32 -
YUV 108.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 115 89 188 0.39 0.53 0 0.26 255.76 0.42 0.54
Hex 73 59 BC 27 35 0 1A 100 2A 36
Octal 163 131 274 47 65 0 32 400 52 66
Binary 1110011 1011001 10111100 100111 110101 0 11010 100000000 101010 110110

Color Harmonies of #7359BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7359BC

Black with #7359BC

Text Example


Text Example

White with #7359BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7359BC; }

 p { color: rgb(115,89,188); }

 H1.HeaderClassName
 {
   color: #7359BC;
 }
 .AnyTagClassName
 {
   color: #7359BC;
 }
</style>

background-color css

<style>
 a { background-color: #7359BC; }

 a { background-color: rgb(115,89,188); }

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

border-color css

<style>
 span { border-color: #7359BC; }

 span { border-color: rgb(115,89,188); }

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