Html Css Color HEX #7358AB Blue Marguerite

📋 copy color: '#7358AB'

red 115 ◦ green 88 ◦ blue 171

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

Shades of Blue Marguerite #7358AB

Tints of Blue Marguerite #7358AB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.53%

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 30.75%
G = 23.53%
B = 45.72%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7358AB (or 0x7358AB) is known color: Blue Marguerite. HEX triplet: 73, 58 and AB. RGB value is (115,88,171). Sum of RGB (Red+Green+Blue) = 115+88+171=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #7358AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7358AB is #8CA754. Grayscale: #696969. Windows color (decimal): -9217877 or 11229299. OLE color: 11229299.

HSL color Cylindrical-coordinate representation of color #7358AB: hue angle of 259.52º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7358AB is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 88 171 -
CMYK 0.33 0.49 0 0.33
HSL 259.52º 0.33% 0.51% -
HSV(B) 259.52º 0.49% 0.67% -
XYZ 17.91 13.56 40.2 -
YUV 105.54 164.95 134.75 -
System Red Green Blue C M Y K H S L
Decimal 115 88 171 0.33 0.49 0 0.33 259.52 0.33 0.51
Hex 73 58 AB 21 31 0 21 104 21 33
Octal 163 130 253 41 61 0 41 404 41 63
Binary 1110011 1011000 10101011 100001 110001 0 100001 100000100 100001 110011

Color Harmonies of #7358AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7358AB

Black with #7358AB

Text Example


Text Example

White with #7358AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7358AB; }

 p { color: rgb(115,88,171); }

 H1.HeaderClassName
 {
   color: #7358AB;
 }
 .AnyTagClassName
 {
   color: #7358AB;
 }
</style>

background-color css

<style>
 a { background-color: #7358AB; }

 a { background-color: rgb(115,88,171); }

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

border-color css

<style>
 span { border-color: #7358AB; }

 span { border-color: rgb(115,88,171); }

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