#7277BE

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

Shades of Chetwode Blue #7277BE

Tints of Chetwode Blue #7277BE

Color information

#7277BE (or 0x7277BE) is unknown color: approx Chetwode Blue. HEX triplet: 72, 77 and BE. RGB value is (114,119,190). Sum of RGB (Red+Green+Blue) = 114+119+190=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #7277BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7277BE is #8D8841. Grayscale: #7D7D7D. Windows color (decimal): -9275458 or 12482418. OLE color: 12482418.

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

Color convert

RGB114119190-
CMYK0.400.3700.25
HSL236.05º36.89%59.61%-
HSV(B)236.05º40%74.51%-
XYZ22.8320.4951.47-
YUV125.6164.34119.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 119 (46.88% from 255) = 28.13%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=26.95%
G=28.13%
B=44.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141191900.400.3700.25236.0536.8959.61
Hex7277BE2825019ec253c
Octal16216727650450313544574
Binary111001011101111011111010100010010101100111101100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7277BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7277BE; }

 p { color: rgb(114,119,190); }

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

<style>
 a { background-color: #7277BE; }

 a { background-color: rgb(114,119,190); }

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

<style>
 span { border-color: #7277BE; }

 span { border-color: rgb(114,119,190); }

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