#7272A5

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

Shades of Chetwode Blue #7272A5

Tints of Chetwode Blue #7272A5

Color information

#7272A5 (or 0x7272A5) is unknown color: approx Chetwode Blue. HEX triplet: 72, 72 and A5. RGB value is (114,114,165). Sum of RGB (Red+Green+Blue) = 114+114+165=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 165 - color contains mainly: blue. Hex color #7272A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7272A5 is #8D8D5A. Grayscale: #777777. Windows color (decimal): -9276763 or 10842738. OLE color: 10842738.

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

Color convert

RGB114114165-
CMYK0.310.3100.35
HSL240º22.08%54.71%-
HSV(B)240º30.91%64.71%-
XYZ19.7518.3338.09-
YUV119.81153.5123.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.01%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 165 (64.84% from 255) = 41.98%
R=29.01%
G=29.01%
B=41.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141141650.310.3100.3524022.0854.71
Hex7272A51F1F023f01637
Octal16216224537370433602667
Binary1110010111001010100101111111111101000111111000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7272A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7272A5; }

 p { color: rgb(114,114,165); }

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

<style>
 a { background-color: #7272A5; }

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

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

<style>
 span { border-color: #7272A5; }

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

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