#7371AF

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

Shades of Chetwode Blue #7371AF

Tints of Chetwode Blue #7371AF

Color information

#7371AF (or 0x7371AF) is unknown color: approx Chetwode Blue. HEX triplet: 73, 71 and AF. RGB value is (115,113,175). Sum of RGB (Red+Green+Blue) = 115+113+175=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #7371AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7371AF is #8C8E50. Grayscale: #787878. Windows color (decimal): -9211473 or 11497843. OLE color: 11497843.

HSL color Cylindrical-coordinate representation of color #7371AF: hue angle of 241.94º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7371AF is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB115113175-
CMYK0.340.3500.31
HSL241.94º27.93%56.47%-
HSV(B)241.94º35.43%68.63%-
XYZ20.7118.5543.05-
YUV120.67158.66123.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.54%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=28.54%
G=28.04%
B=43.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151131750.340.3500.31241.9427.9356.47
Hex7371AF222301Ff21c38
Octal16316125742430373623470
Binary11100111110001101011111000101000110111111111001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7371AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7371AF; }

 p { color: rgb(115,113,175); }

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

<style>
 a { background-color: #7371AF; }

 a { background-color: rgb(115,113,175); }

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

<style>
 span { border-color: #7371AF; }

 span { border-color: rgb(115,113,175); }

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