#7377BF

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

Shades of Chetwode Blue #7377BF

Tints of Chetwode Blue #7377BF

Color information

#7377BF (or 0x7377BF) is unknown color: approx Chetwode Blue. HEX triplet: 73, 77 and BF. RGB value is (115,119,191). Sum of RGB (Red+Green+Blue) = 115+119+191=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #7377BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7377BF is #8C8840. Grayscale: #7D7D7D. Windows color (decimal): -9209921 or 12547955. OLE color: 12547955.

HSL color Cylindrical-coordinate representation of color #7377BF: hue angle of 236.84º 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 #7377BF is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115119191-
CMYK0.400.3800.25
HSL236.84º37.25%60%-
HSV(B)236.84º39.79%74.9%-
XYZ23.0720.652.05-
YUV126.01164.67120.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.06%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 191 (75% from 255) = 44.94%
R=27.06%
G=28%
B=44.94%

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
Decimal1151191910.400.3800.25236.8437.2560
Hex7377BF2826019ed253c
Octal16316727750460313554574
Binary111001111101111011111110100010011001100111101101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7377BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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