Html Css Color HEX #7376AF Chetwode Blue

📋 copy color: '#7376AF'

red 115 ◦ green 118 ◦ blue 175

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

Shades of Chetwode Blue #7376AF

Tints of Chetwode Blue #7376AF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.92%

 BLUE value IS 175 (68.75% from 255) = 42.89%

R = 28.19%
G = 28.92%
B = 42.89%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7376AF (or 0x7376AF) is known color: Chetwode Blue. HEX triplet: 73, 76 and AF. RGB value is (115,118,175). Sum of RGB (Red+Green+Blue) = 115+118+175=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #7376AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7376AF is #8C8950. Grayscale: #7B7B7B. Windows color (decimal): -9210193 or 11499123. OLE color: 11499123.

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

Color convert

RGB 115 118 175 -
CMYK 0.34 0.33 0 0.31
HSL 237º 0.27% 0.57% -
HSV(B) 237º 0.34% 0.69% -
XYZ 21.29 19.7 43.24 -
YUV 123.6 157.01 121.87 -
System Red Green Blue C M Y K H S L
Decimal 115 118 175 0.34 0.33 0 0.31 237 0.27 0.57
Hex 73 76 AF 22 21 0 1F ED 1B 39
Octal 163 166 257 42 41 0 37 355 33 71
Binary 1110011 1110110 10101111 100010 100001 0 11111 11101101 11011 111001

Color Harmonies of #7376AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7376AF

Black with #7376AF

Text Example


Text Example

White with #7376AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7376AF;
 }
 .AnyTagClassName
 {
   color: #7376AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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