#7271BF

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

Shades of Chetwode Blue #7271BF

Tints of Chetwode Blue #7271BF

Color information

#7271BF (or 0x7271BF) is unknown color: approx Chetwode Blue. HEX triplet: 72, 71 and BF. RGB value is (114,113,191). Sum of RGB (Red+Green+Blue) = 114+113+191=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #7271BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7271BF is #8D8E40. Grayscale: #797979. Windows color (decimal): -9276993 or 12546418. OLE color: 12546418.

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

Color convert

RGB114113191-
CMYK0.400.4100.25
HSL240.77º37.86%59.61%-
HSV(B)240.77º40.84%74.9%-
XYZ22.2519.1551.81-
YUV122.19166.83122.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.27%
GREEN value IS 113 (44.53% from 255) = 27.03%
BLUE value IS 191 (75% from 255) = 45.69%
R=27.27%
G=27.03%
B=45.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141131910.400.4100.25240.7737.8659.61
Hex7271BF2829019f1263c
Octal16216127750510313614674
Binary111001011100011011111110100010100101100111110001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7271BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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