#657FA2

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

Shades of Air Force Blue #657FA2

Tints of Air Force Blue #657FA2

Color information

#657FA2 (or 0x657FA2) is unknown color: approx Air Force Blue. HEX triplet: 65, 7F and A2. RGB value is (101,127,162). Sum of RGB (Red+Green+Blue) = 101+127+162=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 162 - color contains mainly: blue. Hex color #657FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657FA2 is #9A805D. Grayscale: #7B7B7B. Windows color (decimal): -10125406 or 10649445. OLE color: 10649445.

HSL color Cylindrical-coordinate representation of color #657FA2: hue angle of 214.43º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #657FA2 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB101127162-
CMYK0.380.2200.36
HSL214.43º24.7%51.57%-
HSV(B)214.43º37.65%63.53%-
XYZ19.4820.5537.12-
YUV123.22149.89112.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.90%
GREEN value IS 127 (50% from 255) = 32.56%
BLUE value IS 162 (63.67% from 255) = 41.54%
R=25.90%
G=32.56%
B=41.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011271620.380.2200.36214.4324.751.57
Hex657FA22616024d61934
Octal14517724246260443263164
Binary11001011111111101000101001101011001001001101011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,127,162); }

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

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

 a { background-color: rgb(101,127,162); }

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

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

 span { border-color: rgb(101,127,162); }

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