#7377C4

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

Shades of Chetwode Blue #7377C4

Tints of Chetwode Blue #7377C4

Color information

#7377C4 (or 0x7377C4) is unknown color: approx Chetwode Blue. HEX triplet: 73, 77 and C4. RGB value is (115,119,196). Sum of RGB (Red+Green+Blue) = 115+119+196=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 196 - color contains mainly: blue. Hex color #7377C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7377C4 is #8C883B. Grayscale: #7E7E7E. Windows color (decimal): -9209916 or 12875635. OLE color: 12875635.

HSL color Cylindrical-coordinate representation of color #7377C4: hue angle of 237.04º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7377C4 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB115119196-
CMYK0.410.3900.23
HSL237.04º40.7%60.98%-
HSV(B)237.04º41.33%76.86%-
XYZ23.6320.8255-
YUV126.58167.17119.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.74%
GREEN value IS 119 (46.88% from 255) = 27.67%
BLUE value IS 196 (76.95% from 255) = 45.58%
R=26.74%
G=27.67%
B=45.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1151191960.410.3900.23237.0440.760.98
Hex7377C42927017ed293d
Octal16316730451470273555175
Binary111001111101111100010010100110011101011111101101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7377C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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