#735CB1

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

Shades of Blue Marguerite #735CB1

Tints of Blue Marguerite #735CB1

Color information

#735CB1 (or 0x735CB1) is unknown color: approx Blue Marguerite. HEX triplet: 73, 5C and B1. RGB value is (115,92,177). Sum of RGB (Red+Green+Blue) = 115+92+177=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 177 - color contains mainly: blue. Hex color #735CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735CB1 is #8CA34E. Grayscale: #6C6C6C. Windows color (decimal): -9216847 or 11623539. OLE color: 11623539.

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

Color convert

RGB11592177-
CMYK0.350.4800.31
HSL256.24º35.27%52.75%-
HSV(B)256.24º48.02%69.41%-
XYZ18.8314.4743.4-
YUV108.57166.62132.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.95%
GREEN value IS 92 (36.33% from 255) = 23.96%
BLUE value IS 177 (69.53% from 255) = 46.09%
R=29.95%
G=23.96%
B=46.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115921770.350.4800.31256.2435.2752.75
Hex735CB1233001F1002335
Octal16313426143600374004365
Binary1110011101110010110001100011110000011111100000000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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