#7268BB

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

Shades of Blue Marguerite #7268BB

Tints of Blue Marguerite #7268BB

Color information

#7268BB (or 0x7268BB) is unknown color: approx Blue Marguerite. HEX triplet: 72, 68 and BB. RGB value is (114,104,187). Sum of RGB (Red+Green+Blue) = 114+104+187=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #7268BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7268BB is #8D9744. Grayscale: #747474. Windows color (decimal): -9279301 or 12281970. OLE color: 12281970.

HSL color Cylindrical-coordinate representation of color #7268BB: hue angle of 247.23º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7268BB is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114104187-
CMYK0.390.4400.27
HSL247.23º37.9%57.06%-
HSV(B)247.23º44.39%73.33%-
XYZ20.8617.0749.21-
YUV116.45167.81126.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.15%
GREEN value IS 104 (41.02% from 255) = 25.68%
BLUE value IS 187 (73.44% from 255) = 46.17%
R=28.15%
G=25.68%
B=46.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141041870.390.4400.27247.2337.957.06
Hex7268BB272C01Bf72639
Octal16215027347540333674671
Binary111001011010001011101110011110110001101111110111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7268BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7268BB; }

 p { color: rgb(114,104,187); }

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

<style>
 a { background-color: #7268BB; }

 a { background-color: rgb(114,104,187); }

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

<style>
 span { border-color: #7268BB; }

 span { border-color: rgb(114,104,187); }

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