#735CBD

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

Shades of Blue Marguerite #735CBD

Tints of Blue Marguerite #735CBD

Color information

#735CBD (or 0x735CBD) is unknown color: approx Blue Marguerite. HEX triplet: 73, 5C and BD. RGB value is (115,92,189). Sum of RGB (Red+Green+Blue) = 115+92+189=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #735CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735CBD is #8CA342. Grayscale: #6D6D6D. Windows color (decimal): -9216835 or 12409971. OLE color: 12409971.

HSL color Cylindrical-coordinate representation of color #735CBD: hue angle of 254.23º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #735CBD is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11592189-
CMYK0.390.5100.26
HSL254.23º42.36%55.1%-
HSV(B)254.23º51.32%74.12%-
XYZ20.0814.9749.98-
YUV109.94172.62131.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.04%
GREEN value IS 92 (36.33% from 255) = 23.23%
BLUE value IS 189 (74.22% from 255) = 47.73%
R=29.04%
G=23.23%
B=47.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal115921890.390.5100.26254.2342.3655.1
Hex735CBD273301Afe2a37
Octal16313427547630323765267
Binary111001110111001011110110011111001101101011111110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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