#628BAA

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

Shades of Air Force Blue #628BAA

Tints of Air Force Blue #628BAA

Color information

#628BAA (or 0x628BAA) is unknown color: approx Air Force Blue. HEX triplet: 62, 8B and AA. RGB value is (98,139,170). Sum of RGB (Red+Green+Blue) = 98+139+170=407 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.08% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #628BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628BAA is #9D7455. Grayscale: #828282. Windows color (decimal): -10318934 or 11176802. OLE color: 11176802.

HSL color Cylindrical-coordinate representation of color #628BAA: hue angle of 205.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #628BAA is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98139170-
CMYK0.420.1800.33
HSL205.83º29.75%52.55%-
HSV(B)205.83º42.35%66.67%-
XYZ21.5323.9641.52-
YUV130.27150.42104.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.08%
GREEN value IS 139 (54.69% from 255) = 34.15%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=24.08%
G=34.15%
B=41.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981391700.420.1800.33205.8329.7552.55
Hex628BAA2A12021ce1e35
Octal14221325252220413163665
Binary110001010001011101010101010101001001000011100111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628BAA; }

 p { color: rgb(98,139,170); }

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

<style>
 a { background-color: #628BAA; }

 a { background-color: rgb(98,139,170); }

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

<style>
 span { border-color: #628BAA; }

 span { border-color: rgb(98,139,170); }

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