#735CBF

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

Shades of Blue Marguerite #735CBF

Tints of Blue Marguerite #735CBF

Color information

#735CBF (or 0x735CBF) is unknown color: approx Blue Marguerite. HEX triplet: 73, 5C and BF. RGB value is (115,92,191). Sum of RGB (Red+Green+Blue) = 115+92+191=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #735CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735CBF is #8CA340. Grayscale: #6D6D6D. Windows color (decimal): -9216833 or 12541043. OLE color: 12541043.

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

Color convert

RGB11592191-
CMYK0.400.5200.25
HSL253.94º43.61%55.49%-
HSV(B)253.94º51.83%74.9%-
XYZ20.315.0651.13-
YUV110.16173.62131.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.89%
GREEN value IS 92 (36.33% from 255) = 23.12%
BLUE value IS 191 (75% from 255) = 47.99%
R=28.89%
G=23.12%
B=47.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115921910.400.5200.25253.9443.6155.49
Hex735CBF2834019fe2c37
Octal16313427750640313765467
Binary111001110111001011111110100011010001100111111110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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