Html Css Color HEX #7373AE Chetwode Blue

📋 copy color: '#7373AE'

red 115 ◦ green 115 ◦ blue 174

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

Shades of Chetwode Blue #7373AE

Tints of Chetwode Blue #7373AE

RGB

 RED value IS 115 (45.31% from 255) = 28.47%

 GREEN value IS 115 (45.31% from 255) = 28.47%

 BLUE value IS 174 (68.36% from 255) = 43.07%

R = 28.47%
G = 28.47%
B = 43.07%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7373AE (or 0x7373AE) is known color: Chetwode Blue. HEX triplet: 73, 73 and AE. RGB value is (115,115,174). Sum of RGB (Red+Green+Blue) = 115+115+174=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #7373AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7373AE is #8C8C51. Grayscale: #797979. Windows color (decimal): -9210962 or 11432819. OLE color: 11432819.

HSL color Cylindrical-coordinate representation of color #7373AE: hue angle of 240º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7373AE is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 115 174 -
CMYK 0.34 0.34 0 0.32
HSL 240º 0.27% 0.57% -
HSV(B) 240º 0.34% 0.68% -
XYZ 20.84 18.96 42.61 -
YUV 121.73 157.5 123.2 -
System Red Green Blue C M Y K H S L
Decimal 115 115 174 0.34 0.34 0 0.32 240 0.27 0.57
Hex 73 73 AE 22 22 0 20 F0 1B 39
Octal 163 163 256 42 42 0 40 360 33 71
Binary 1110011 1110011 10101110 100010 100010 0 100000 11110000 11011 111001

Color Harmonies of #7373AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7373AE

Black with #7373AE

Text Example


Text Example

White with #7373AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7373AE; }

 p { color: rgb(115,115,174); }

 H1.HeaderClassName
 {
   color: #7373AE;
 }
 .AnyTagClassName
 {
   color: #7373AE;
 }
</style>

background-color css

<style>
 a { background-color: #7373AE; }

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

 div.DivClassName
 {
   background-color: #7373AE;
 }
 .BgClassName
 {
   background-color: #7373AE;
 }
</style>

border-color css

<style>
 span { border-color: #7373AE; }

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

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