Html Css Color HEX #7355BF Blue Marguerite

📋 copy color: '#7355BF'

red 115 ◦ green 85 ◦ blue 191

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

Shades of Blue Marguerite #7355BF

Tints of Blue Marguerite #7355BF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.74%

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

R = 29.41%
G = 21.74%
B = 48.85%

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

#7355BF (or 0x7355BF) is known color: Blue Marguerite. HEX triplet: 73, 55 and BF. RGB value is (115,85,191). Sum of RGB (Red+Green+Blue) = 115+85+191=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #7355BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7355BF is #8CAA40. Grayscale: #696969. Windows color (decimal): -9218625 or 12539251. OLE color: 12539251.

HSL color Cylindrical-coordinate representation of color #7355BF: hue angle of 256.98º 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 #7355BF is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 85 191 -
CMYK 0.40 0.55 0 0.25
HSL 256.98º 0.45% 0.54% -
HSV(B) 256.98º 0.55% 0.75% -
XYZ 19.72 13.9 50.93 -
YUV 106.05 175.94 134.38 -
System Red Green Blue C M Y K H S L
Decimal 115 85 191 0.40 0.55 0 0.25 256.98 0.45 0.54
Hex 73 55 BF 28 37 0 19 101 2D 36
Octal 163 125 277 50 67 0 31 401 55 66
Binary 1110011 1010101 10111111 101000 110111 0 11001 100000001 101101 110110

Color Harmonies of #7355BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7355BF

Black with #7355BF

Text Example


Text Example

White with #7355BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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