#7372AA

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

Shades of Chetwode Blue #7372AA

Tints of Chetwode Blue #7372AA

Color information

#7372AA (or 0x7372AA) is unknown color: approx Chetwode Blue. HEX triplet: 73, 72 and AA. RGB value is (115,114,170). Sum of RGB (Red+Green+Blue) = 115+114+170=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #7372AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7372AA is #8C8D55. Grayscale: #787878. Windows color (decimal): -9211222 or 11170419. OLE color: 11170419.

HSL color Cylindrical-coordinate representation of color #7372AA: hue angle of 241.07º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7372AA is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115114170-
CMYK0.320.3300.33
HSL241.07º24.78%55.69%-
HSV(B)241.07º32.94%66.67%-
XYZ20.3418.5840.54-
YUV120.68155.83123.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.82%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=28.82%
G=28.57%
B=42.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151141700.320.3300.33241.0724.7855.69
Hex7372AA2021021f11938
Octal16316225240410413613170
Binary111001111100101010101010000010000101000011111000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7372AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7372AA; }

 p { color: rgb(115,114,170); }

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

<style>
 a { background-color: #7372AA; }

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

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

<style>
 span { border-color: #7372AA; }

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

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