#7378BA

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

Shades of Chetwode Blue #7378BA

Tints of Chetwode Blue #7378BA

Color information

#7378BA (or 0x7378BA) is unknown color: approx Chetwode Blue. HEX triplet: 73, 78 and BA. RGB value is (115,120,186). Sum of RGB (Red+Green+Blue) = 115+120+186=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #7378BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7378BA is #8C8745. Grayscale: #7D7D7D. Windows color (decimal): -9209670 or 12220531. OLE color: 12220531.

HSL color Cylindrical-coordinate representation of color #7378BA: hue angle of 235.77º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7378BA is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB115120186-
CMYK0.380.3500.27
HSL235.77º33.97%59.02%-
HSV(B)235.77º38.17%72.94%-
XYZ22.6520.6249.24-
YUV126.03161.84120.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.32%
GREEN value IS 120 (47.27% from 255) = 28.50%
BLUE value IS 186 (73.05% from 255) = 44.18%
R=27.32%
G=28.50%
B=44.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151201860.380.3500.27235.7733.9759.02
Hex7378BA262301Bec223b
Octal16317027246430333544273
Binary111001111110001011101010011010001101101111101100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7378BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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