#657EB2

Color #657EB2 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #657EB2

Tints of Havelock Blue #657EB2

Color information

#657EB2 (or 0x657EB2) is unknown color: approx Havelock Blue. HEX triplet: 65, 7E and B2. RGB value is (101,126,178). Sum of RGB (Red+Green+Blue) = 101+126+178=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 178 - color contains mainly: blue. Hex color #657EB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657EB2 is #9A814D. Grayscale: #7C7C7C. Windows color (decimal): -10125646 or 11697765. OLE color: 11697765.

HSL color Cylindrical-coordinate representation of color #657EB2: hue angle of 220.52º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #657EB2 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB101126178-
CMYK0.430.2900.30
HSL220.52º33.33%54.71%-
HSV(B)220.52º43.26%69.8%-
XYZ20.8620.945.05-
YUV124.45158.22111.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.94%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 178 (69.92% from 255) = 43.95%
R=24.94%
G=31.11%
B=43.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1011261780.430.2900.30220.5233.3354.71
Hex657EB22B1D01Edd2137
Octal14517626253350363354167
Binary11001011111110101100101010111110101111011011101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657EB2; }

 p { color: rgb(101,126,178); }

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

<style>
 a { background-color: #657EB2; }

 a { background-color: rgb(101,126,178); }

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

<style>
 span { border-color: #657EB2; }

 span { border-color: rgb(101,126,178); }

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