Html Css Color HEX #7356BF Blue Marguerite

📋 copy color: '#7356BF'

red 115 ◦ green 86 ◦ blue 191

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

Shades of Blue Marguerite #7356BF

Tints of Blue Marguerite #7356BF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.94%

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

R = 29.34%
G = 21.94%
B = 48.72%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7356BF (or 0x7356BF) is known color: Blue Marguerite. HEX triplet: 73, 56 and BF. RGB value is (115,86,191). Sum of RGB (Red+Green+Blue) = 115+86+191=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #7356BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7356BF is #8CA940. Grayscale: #6A6A6A. Windows color (decimal): -9218369 or 12539507. OLE color: 12539507.

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

Color convert

RGB 115 86 191 -
CMYK 0.40 0.55 0 0.25
HSL 256.57º 0.45% 0.54% -
HSV(B) 256.57º 0.55% 0.75% -
XYZ 19.8 14.06 50.96 -
YUV 106.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 115 86 191 0.40 0.55 0 0.25 256.57 0.45 0.54
Hex 73 56 BF 28 37 0 19 101 2D 36
Octal 163 126 277 50 67 0 31 401 55 66
Binary 1110011 1010110 10111111 101000 110111 0 11001 100000001 101101 110110

Color Harmonies of #7356BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7356BF

Black with #7356BF

Text Example


Text Example

White with #7356BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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