#736CB8

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

Shades of Blue Marguerite #736CB8

Tints of Blue Marguerite #736CB8

Color information

#736CB8 (or 0x736CB8) is unknown color: approx Blue Marguerite. HEX triplet: 73, 6C and B8. RGB value is (115,108,184). Sum of RGB (Red+Green+Blue) = 115+108+184=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 184 - color contains mainly: blue. Hex color #736CB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736CB8 is #8C9347. Grayscale: #767676. Windows color (decimal): -9212744 or 12086387. OLE color: 12086387.

HSL color Cylindrical-coordinate representation of color #736CB8: hue angle of 245.53º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #736CB8 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB115108184-
CMYK0.380.4100.28
HSL245.53º34.86%57.25%-
HSV(B)245.53º41.3%72.16%-
XYZ21.0817.8347.68-
YUV118.76164.82125.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.26%
GREEN value IS 108 (42.58% from 255) = 26.54%
BLUE value IS 184 (72.27% from 255) = 45.21%
R=28.26%
G=26.54%
B=45.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1151081840.380.4100.28245.5334.8657.25
Hex736CB8262901Cf62339
Octal16315427046510343664371
Binary111001111011001011100010011010100101110011110110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736CB8; }

 p { color: rgb(115,108,184); }

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

<style>
 a { background-color: #736CB8; }

 a { background-color: rgb(115,108,184); }

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

<style>
 span { border-color: #736CB8; }

 span { border-color: rgb(115,108,184); }

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