#7371BF

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

Shades of Chetwode Blue #7371BF

Tints of Chetwode Blue #7371BF

Color information

#7371BF (or 0x7371BF) is unknown color: approx Chetwode Blue. HEX triplet: 73, 71 and BF. RGB value is (115,113,191). Sum of RGB (Red+Green+Blue) = 115+113+191=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #7371BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7371BF is #8C8E40. Grayscale: #7A7A7A. Windows color (decimal): -9211457 or 12546419. OLE color: 12546419.

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

Color convert

RGB115113191-
CMYK0.400.4100.25
HSL241.54º37.86%59.61%-
HSV(B)241.54º40.84%74.9%-
XYZ22.3819.2251.82-
YUV122.49166.66122.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.45%
GREEN value IS 113 (44.53% from 255) = 26.97%
BLUE value IS 191 (75% from 255) = 45.58%
R=27.45%
G=26.97%
B=45.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151131910.400.4100.25241.5437.8659.61
Hex7371BF2829019f2263c
Octal16316127750510313624674
Binary111001111100011011111110100010100101100111110010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7371BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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