#735DBF

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

Shades of Blue Marguerite #735DBF

Tints of Blue Marguerite #735DBF

Color information

#735DBF (or 0x735DBF) is unknown color: approx Blue Marguerite. HEX triplet: 73, 5D and BF. RGB value is (115,93,191). Sum of RGB (Red+Green+Blue) = 115+93+191=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #735DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DBF is #8CA240. Grayscale: #6E6E6E. Windows color (decimal): -9216577 or 12541299. OLE color: 12541299.

HSL color Cylindrical-coordinate representation of color #735DBF: hue angle of 253.47º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #735DBF is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11593191-
CMYK0.400.5100.25
HSL253.47º43.36%55.69%-
HSV(B)253.47º51.31%74.9%-
XYZ20.3915.2451.16-
YUV110.75173.29131.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.82%
GREEN value IS 93 (36.72% from 255) = 23.31%
BLUE value IS 191 (75% from 255) = 47.87%
R=28.82%
G=23.31%
B=47.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115931910.400.5100.25253.4743.3655.69
Hex735DBF2833019fd2b38
Octal16313527750630313755370
Binary111001110111011011111110100011001101100111111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,93,191); }

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

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

 a { background-color: rgb(115,93,191); }

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

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

 span { border-color: rgb(115,93,191); }

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