#617EA3

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

Shades of Air Force Blue #617EA3

Tints of Air Force Blue #617EA3

Color information

#617EA3 (or 0x617EA3) is unknown color: approx Air Force Blue. HEX triplet: 61, 7E and A3. RGB value is (97,126,163). Sum of RGB (Red+Green+Blue) = 97+126+163=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 163 - color contains mainly: blue. Hex color #617EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617EA3 is #9E815C. Grayscale: #797979. Windows color (decimal): -10387805 or 10714721. OLE color: 10714721.

HSL color Cylindrical-coordinate representation of color #617EA3: hue angle of 213.64º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #617EA3 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB97126163-
CMYK0.400.2300.36
HSL213.64º26.4%50.98%-
HSV(B)213.64º40.49%63.92%-
XYZ1920.1137.53-
YUV121.55151.39110.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.13%
GREEN value IS 126 (49.61% from 255) = 32.64%
BLUE value IS 163 (64.06% from 255) = 42.23%
R=25.13%
G=32.64%
B=42.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971261630.400.2300.36213.6426.450.98
Hex617EA32817024d61a33
Octal14117624350270443263263
Binary11000011111110101000111010001011101001001101011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617EA3; }

 p { color: rgb(97,126,163); }

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

<style>
 a { background-color: #617EA3; }

 a { background-color: rgb(97,126,163); }

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

<style>
 span { border-color: #617EA3; }

 span { border-color: rgb(97,126,163); }

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