#7376BF

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

Shades of Chetwode Blue #7376BF

Tints of Chetwode Blue #7376BF

Color information

#7376BF (or 0x7376BF) is unknown color: approx Chetwode Blue. HEX triplet: 73, 76 and BF. RGB value is (115,118,191). Sum of RGB (Red+Green+Blue) = 115+118+191=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #7376BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7376BF is #8C8940. Grayscale: #7D7D7D. Windows color (decimal): -9210177 or 12547699. OLE color: 12547699.

HSL color Cylindrical-coordinate representation of color #7376BF: hue angle of 237.63º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7376BF is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115118191-
CMYK0.400.3800.25
HSL237.63º37.25%60%-
HSV(B)237.63º39.79%74.9%-
XYZ22.9520.3652.01-
YUV125.42165.01120.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.12%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 191 (75% from 255) = 45.05%
R=27.12%
G=27.83%
B=45.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151181910.400.3800.25237.6337.2560
Hex7376BF2826019ee253c
Octal16316627750460313564574
Binary111001111101101011111110100010011001100111101110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7376BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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