#7372BA

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

Shades of Chetwode Blue #7372BA

Tints of Chetwode Blue #7372BA

Color information

#7372BA (or 0x7372BA) is unknown color: approx Chetwode Blue. HEX triplet: 73, 72 and BA. RGB value is (115,114,186). Sum of RGB (Red+Green+Blue) = 115+114+186=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #7372BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7372BA is #8C8D45. Grayscale: #7A7A7A. Windows color (decimal): -9211206 or 12218995. OLE color: 12218995.

HSL color Cylindrical-coordinate representation of color #7372BA: hue angle of 240.83º degrees, saturation: 0.34, 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 #7372BA is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB115114186-
CMYK0.380.3900.27
HSL240.83º34.29%58.82%-
HSV(B)240.83º38.71%72.94%-
XYZ21.9519.2249.01-
YUV122.51163.83122.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.71%
GREEN value IS 114 (44.92% from 255) = 27.47%
BLUE value IS 186 (73.05% from 255) = 44.82%
R=27.71%
G=27.47%
B=44.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151141860.380.3900.27240.8334.2958.82
Hex7372BA262701Bf1223b
Octal16316227246470333614273
Binary111001111100101011101010011010011101101111110001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7372BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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