#7358AF

Color #7358AF Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7358AF

Tints of Blue Marguerite #7358AF

Color information

#7358AF (or 0x7358AF) is unknown color: approx 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

RGB11588175-
CMYK0.340.5000.31
HSL258.62º35.22%51.57%-
HSV(B)258.62º49.71%68.63%-
XYZ18.313.7242.24-
YUV105.99166.95134.43-

RGB Variations

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

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.30%
R=30.42%
G=23.28%
B=46.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115881750.340.5000.31258.6235.2251.57
Hex7358AF223201F1032334
Octal16313025742620374034364
Binary1110011101100010101111100010110010011111100000011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7358AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>