#7276BB

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

Shades of Chetwode Blue #7276BB

Tints of Chetwode Blue #7276BB

Color information

#7276BB (or 0x7276BB) is unknown color: approx Chetwode Blue. HEX triplet: 72, 76 and BB. RGB value is (114,118,187). Sum of RGB (Red+Green+Blue) = 114+118+187=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #7276BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7276BB is #8D8944. Grayscale: #7C7C7C. Windows color (decimal): -9275717 or 12285554. OLE color: 12285554.

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

Color convert

RGB114118187-
CMYK0.390.3700.27
HSL236.71º34.93%59.02%-
HSV(B)236.71º39.04%73.33%-
XYZ22.3920.1249.72-
YUV124.67163.17120.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.21%
GREEN value IS 118 (46.48% from 255) = 28.16%
BLUE value IS 187 (73.44% from 255) = 44.63%
R=27.21%
G=28.16%
B=44.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141181870.390.3700.27236.7134.9359.02
Hex7276BB272501Bed233b
Octal16216627347450333554373
Binary111001011101101011101110011110010101101111101101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7276BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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