#7378BC

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

Shades of Chetwode Blue #7378BC

Tints of Chetwode Blue #7378BC

Color information

#7378BC (or 0x7378BC) is unknown color: approx Chetwode Blue. HEX triplet: 73, 78 and BC. RGB value is (115,120,188). Sum of RGB (Red+Green+Blue) = 115+120+188=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #7378BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7378BC is #8C8743. Grayscale: #7D7D7D. Windows color (decimal): -9209668 or 12351603. OLE color: 12351603.

HSL color Cylindrical-coordinate representation of color #7378BC: hue angle of 235.89º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7378BC is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB115120188-
CMYK0.390.3600.26
HSL235.89º35.27%59.41%-
HSV(B)235.89º38.83%73.73%-
XYZ22.8620.7150.37-
YUV126.26162.84119.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.19%
GREEN value IS 120 (47.27% from 255) = 28.37%
BLUE value IS 188 (73.83% from 255) = 44.44%
R=27.19%
G=28.37%
B=44.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151201880.390.3600.26235.8935.2759.41
Hex7378BC272401Aec233b
Octal16317027447440323544373
Binary111001111110001011110010011110010001101011101100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7378BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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