#735CBA

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

Shades of Blue Marguerite #735CBA

Tints of Blue Marguerite #735CBA

Color information

#735CBA (or 0x735CBA) is unknown color: approx Blue Marguerite. HEX triplet: 73, 5C and BA. RGB value is (115,92,186). Sum of RGB (Red+Green+Blue) = 115+92+186=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #735CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735CBA is #8CA345. Grayscale: #6D6D6D. Windows color (decimal): -9216838 or 12213363. OLE color: 12213363.

HSL color Cylindrical-coordinate representation of color #735CBA: hue angle of 254.68º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #735CBA is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11592186-
CMYK0.380.5100.27
HSL254.68º40.52%54.51%-
HSV(B)254.68º50.54%72.94%-
XYZ19.7614.8448.28-
YUV109.59171.12131.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 186 (73.05% from 255) = 47.33%
R=29.26%
G=23.41%
B=47.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal115921860.380.5100.27254.6840.5254.51
Hex735CBA263301Bff2937
Octal16313427246630333775167
Binary111001110111001011101010011011001101101111111111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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