#735CAF

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

Shades of Blue Marguerite #735CAF

Tints of Blue Marguerite #735CAF

Color information

#735CAF (or 0x735CAF) is unknown color: approx Blue Marguerite. HEX triplet: 73, 5C and AF. RGB value is (115,92,175). Sum of RGB (Red+Green+Blue) = 115+92+175=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #735CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735CAF is #8CA350. Grayscale: #6C6C6C. Windows color (decimal): -9216849 or 11492467. OLE color: 11492467.

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

Color convert

RGB11592175-
CMYK0.340.4700.31
HSL256.63º34.16%52.35%-
HSV(B)256.63º47.43%68.63%-
XYZ18.6414.3942.35-
YUV108.34165.62132.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.10%
GREEN value IS 92 (36.33% from 255) = 24.08%
BLUE value IS 175 (68.75% from 255) = 45.81%
R=30.10%
G=24.08%
B=45.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115921750.340.4700.31256.6334.1652.35
Hex735CAF222F01F1012234
Octal16313425742570374014264
Binary1110011101110010101111100010101111011111100000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735CAF; }

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

 H1.HeaderClassName
 {
   color: #735CAF;
 }
 .AnyTagClassName
 {
   color: #735CAF;
 }
</style>
background-color css

<style>
 a { background-color: #735CAF; }

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

 div.DivClassName
 {
   background-color: #735CAF;
 }
 .BgClassName
 {
   background-color: #735CAF;
 }
</style>
border-color css

<style>
 span { border-color: #735CAF; }

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

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