#735CBC

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

Shades of Blue Marguerite #735CBC

Tints of Blue Marguerite #735CBC

Color information

#735CBC (or 0x735CBC) is unknown color: approx Blue Marguerite. HEX triplet: 73, 5C and BC. RGB value is (115,92,188). Sum of RGB (Red+Green+Blue) = 115+92+188=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #735CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735CBC is #8CA343. Grayscale: #6D6D6D. Windows color (decimal): -9216836 or 12344435. OLE color: 12344435.

HSL color Cylindrical-coordinate representation of color #735CBC: hue angle of 254.38º 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 #735CBC is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11592188-
CMYK0.390.5100.26
HSL254.38º41.74%54.9%-
HSV(B)254.38º51.06%73.73%-
XYZ19.9714.9349.41-
YUV109.82172.12131.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.11%
GREEN value IS 92 (36.33% from 255) = 23.29%
BLUE value IS 188 (73.83% from 255) = 47.59%
R=29.11%
G=23.29%
B=47.59%

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
Decimal115921880.390.5100.26254.3841.7454.9
Hex735CBC273301Afe2a37
Octal16313427447630323765267
Binary111001110111001011110010011111001101101011111110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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