#7378B0

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

Shades of Chetwode Blue #7378B0

Tints of Chetwode Blue #7378B0

Color information

#7378B0 (or 0x7378B0) is unknown color: approx Chetwode Blue. HEX triplet: 73, 78 and B0. RGB value is (115,120,176). Sum of RGB (Red+Green+Blue) = 115+120+176=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 176 - color contains mainly: blue. Hex color #7378B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7378B0 is #8C874F. Grayscale: #7C7C7C. Windows color (decimal): -9209680 or 11565171. OLE color: 11565171.

HSL color Cylindrical-coordinate representation of color #7378B0: hue angle of 235.08º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7378B0 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB115120176-
CMYK0.350.3200.31
HSL235.08º27.85%57.06%-
HSV(B)235.08º34.66%69.02%-
XYZ21.6220.2143.84-
YUV124.89156.84120.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.98%
GREEN value IS 120 (47.27% from 255) = 29.20%
BLUE value IS 176 (69.14% from 255) = 42.82%
R=27.98%
G=29.20%
B=42.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151201760.350.3200.31235.0827.8557.06
Hex7378B0232001Feb1c39
Octal16317026043400373533471
Binary11100111111000101100001000111000000111111110101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7378B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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