#7268AF

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

Shades of Blue Marguerite #7268AF

Tints of Blue Marguerite #7268AF

Color information

#7268AF (or 0x7268AF) is unknown color: approx Blue Marguerite. HEX triplet: 72, 68 and AF. RGB value is (114,104,175). Sum of RGB (Red+Green+Blue) = 114+104+175=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #7268AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7268AF is #8D9750. Grayscale: #727272. Windows color (decimal): -9279313 or 11495538. OLE color: 11495538.

HSL color Cylindrical-coordinate representation of color #7268AF: hue angle of 248.45º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7268AF is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB114104175-
CMYK0.350.4100.31
HSL248.45º30.74%54.71%-
HSV(B)248.45º40.57%68.63%-
XYZ19.6316.5742.72-
YUV115.08161.81127.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.01%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=29.01%
G=26.46%
B=44.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141041750.350.4100.31248.4530.7454.71
Hex7268AF232901Ff81f37
Octal16215025743510373703767
Binary11100101101000101011111000111010010111111111100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7268AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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