#7276BF

Color #7276BF Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #7276BF

Tints of Chetwode Blue #7276BF

Color information

#7276BF (or 0x7276BF) is unknown color: approx Chetwode Blue. HEX triplet: 72, 76 and BF. RGB value is (114,118,191). Sum of RGB (Red+Green+Blue) = 114+118+191=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #7276BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7276BF is #8D8940. Grayscale: #7C7C7C. Windows color (decimal): -9275713 or 12547698. OLE color: 12547698.

HSL color Cylindrical-coordinate representation of color #7276BF: hue angle of 236.88º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7276BF is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114118191-
CMYK0.400.3800.25
HSL236.88º37.56%59.8%-
HSV(B)236.88º40.31%74.9%-
XYZ22.8220.352-
YUV125.13165.17120.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 191 (75% from 255) = 45.15%
R=26.95%
G=27.90%
B=45.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141181910.400.3800.25236.8837.5659.8
Hex7276BF2826019ed263c
Octal16216627750460313554674
Binary111001011101101011111110100010011001100111101101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7276BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7276BF; }

 p { color: rgb(114,118,191); }

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

<style>
 a { background-color: #7276BF; }

 a { background-color: rgb(114,118,191); }

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

<style>
 span { border-color: #7276BF; }

 span { border-color: rgb(114,118,191); }

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