Html Css Color HEX #7356B3 Blue Marguerite

📋 copy color: '#7356B3'

red 115 ◦ green 86 ◦ blue 179

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

Shades of Blue Marguerite #7356B3

Tints of Blue Marguerite #7356B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.11%

R = 30.26%
G = 22.63%
B = 47.11%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7356B3 (or 0x7356B3) is known color: Blue Marguerite. HEX triplet: 73, 56 and B3. RGB value is (115,86,179). Sum of RGB (Red+Green+Blue) = 115+86+179=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 179 - color contains mainly: blue. Hex color #7356B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7356B3 is #8CA94C. Grayscale: #686868. Windows color (decimal): -9218381 or 11753075. OLE color: 11753075.

HSL color Cylindrical-coordinate representation of color #7356B3: hue angle of 258.71º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7356B3 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 86 179 -
CMYK 0.36 0.52 0 0.30
HSL 258.71º 0.38% 0.52% -
HSV(B) 258.71º 0.52% 0.7% -
XYZ 18.53 13.56 44.29 -
YUV 105.27 169.61 134.94 -
System Red Green Blue C M Y K H S L
Decimal 115 86 179 0.36 0.52 0 0.30 258.71 0.38 0.52
Hex 73 56 B3 24 34 0 1E 103 26 34
Octal 163 126 263 44 64 0 36 403 46 64
Binary 1110011 1010110 10110011 100100 110100 0 11110 100000011 100110 110100

Color Harmonies of #7356B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7356B3

Black with #7356B3

Text Example


Text Example

White with #7356B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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