Html Css Color HEX #7275AA Chetwode Blue

📋 copy color: '#7275AA'

red 114 ◦ green 117 ◦ blue 170

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

Shades of Chetwode Blue #7275AA

Tints of Chetwode Blue #7275AA

RGB

 RED value IS 114 (44.92% from 255) = 28.43%

 GREEN value IS 117 (46.09% from 255) = 29.18%

 BLUE value IS 170 (66.8% from 255) = 42.39%

R = 28.43%
G = 29.18%
B = 42.39%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7275AA (or 0x7275AA) is known color: Chetwode Blue. HEX triplet: 72, 75 and AA. RGB value is (114,117,170). Sum of RGB (Red+Green+Blue) = 114+117+170=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #7275AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7275AA is #8D8A55. Grayscale: #797979. Windows color (decimal): -9275990 or 11171186. OLE color: 11171186.

HSL color Cylindrical-coordinate representation of color #7275AA: hue angle of 236.79º 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 #7275AA is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 117 170 -
CMYK 0.33 0.31 0 0.33
HSL 236.79º 0.25% 0.56% -
HSV(B) 236.79º 0.33% 0.67% -
XYZ 20.56 19.2 40.65 -
YUV 122.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 114 117 170 0.33 0.31 0 0.33 236.79 0.25 0.56
Hex 72 75 AA 21 1F 0 21 ED 19 38
Octal 162 165 252 41 37 0 41 355 31 70
Binary 1110010 1110101 10101010 100001 11111 0 100001 11101101 11001 111000

Color Harmonies of #7275AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7275AA

Black with #7275AA

Text Example


Text Example

White with #7275AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7275AA;
 }
 .AnyTagClassName
 {
   color: #7275AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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