Html Css Color HEX #7358AF Blue Marguerite

📋 copy color: '#7358AF'

red 115 ◦ green 88 ◦ blue 175

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

Shades of Blue Marguerite #7358AF

Tints of Blue Marguerite #7358AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 30.42%
G = 23.28%
B = 46.3%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7358AF (or 0x7358AF) is known color: Blue Marguerite. HEX triplet: 73, 58 and AF. RGB value is (115,88,175). Sum of RGB (Red+Green+Blue) = 115+88+175=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #7358AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7358AF is #8CA750. Grayscale: #696969. Windows color (decimal): -9217873 or 11491443. OLE color: 11491443.

HSL color Cylindrical-coordinate representation of color #7358AF: hue angle of 258.62º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7358AF is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 88 175 -
CMYK 0.34 0.50 0 0.31
HSL 258.62º 0.35% 0.52% -
HSV(B) 258.62º 0.5% 0.69% -
XYZ 18.3 13.72 42.24 -
YUV 105.99 166.95 134.43 -
System Red Green Blue C M Y K H S L
Decimal 115 88 175 0.34 0.50 0 0.31 258.62 0.35 0.52
Hex 73 58 AF 22 32 0 1F 103 23 34
Octal 163 130 257 42 62 0 37 403 43 64
Binary 1110011 1011000 10101111 100010 110010 0 11111 100000011 100011 110100

Color Harmonies of #7358AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7358AF

Black with #7358AF

Text Example


Text Example

White with #7358AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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