#7378AB

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

Shades of Chetwode Blue #7378AB

Tints of Chetwode Blue #7378AB

Color information

#7378AB (or 0x7378AB) is unknown color: approx Chetwode Blue. HEX triplet: 73, 78 and AB. RGB value is (115,120,171). Sum of RGB (Red+Green+Blue) = 115+120+171=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #7378AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7378AB is #8C8754. Grayscale: #7C7C7C. Windows color (decimal): -9209685 or 11237491. OLE color: 11237491.

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

Color convert

RGB115120171-
CMYK0.330.3000.33
HSL234.64º25%56.08%-
HSV(B)234.64º32.75%67.06%-
XYZ21.1420.0241.28-
YUV124.32154.34121.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.33%
GREEN value IS 120 (47.27% from 255) = 29.56%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=28.33%
G=29.56%
B=42.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151201710.330.3000.33234.642556.08
Hex7378AB211E021eb1938
Octal16317025341360413533170
Binary11100111111000101010111000011111001000011110101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7378AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7378AB; }

 p { color: rgb(115,120,171); }

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

<style>
 a { background-color: #7378AB; }

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

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

<style>
 span { border-color: #7378AB; }

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

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