#736ABC

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

Shades of Blue Marguerite #736ABC

Tints of Blue Marguerite #736ABC

Color information

#736ABC (or 0x736ABC) is unknown color: approx Blue Marguerite. HEX triplet: 73, 6A and BC. RGB value is (115,106,188). Sum of RGB (Red+Green+Blue) = 115+106+188=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #736ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736ABC is #8C9543. Grayscale: #757575. Windows color (decimal): -9213252 or 12348019. OLE color: 12348019.

HSL color Cylindrical-coordinate representation of color #736ABC: hue angle of 246.59º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #736ABC is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB115106188-
CMYK0.390.4400.26
HSL246.59º37.96%57.65%-
HSV(B)246.59º43.62%73.73%-
XYZ21.317.5849.85-
YUV118.04167.48125.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.12%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 188 (73.83% from 255) = 45.97%
R=28.12%
G=25.92%
B=45.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151061880.390.4400.26246.5937.9657.65
Hex736ABC272C01Af7263a
Octal16315227447540323674672
Binary111001111010101011110010011110110001101011110111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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