Html Css Color HEX #7372AA Chetwode Blue

📋 copy color: '#7372AA'

red 115 ◦ green 114 ◦ blue 170

#7372AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #7372AA

Tints of Chetwode Blue #7372AA

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.8% from 255) = 42.61%

R = 28.82%
G = 28.57%
B = 42.61%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7372AA (or 0x7372AA) is known color: 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

RGB 115 114 170 -
CMYK 0.32 0.33 0 0.33
HSL 241.07º 0.25% 0.56% -
HSV(B) 241.07º 0.33% 0.67% -
XYZ 20.34 18.58 40.54 -
YUV 120.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 115 114 170 0.32 0.33 0 0.33 241.07 0.25 0.56
Hex 73 72 AA 20 21 0 21 F1 19 38
Octal 163 162 252 40 41 0 41 361 31 70
Binary 1110011 1110010 10101010 100000 100001 0 100001 11110001 11001 111000

Color Harmonies of #7372AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7372AA

Black with #7372AA

Text Example


Text Example

White with #7372AA

Text Example


Text Example

HTML Codes & Css Web 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>