#638AA2

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

Shades of Air Force Blue #638AA2

Tints of Air Force Blue #638AA2

Color information

#638AA2 (or 0x638AA2) is unknown color: approx Air Force Blue. HEX triplet: 63, 8A and A2. RGB value is (99,138,162). Sum of RGB (Red+Green+Blue) = 99+138+162=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 162 - color contains mainly: blue. Hex color #638AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638AA2 is #9C755D. Grayscale: #808080. Windows color (decimal): -10253662 or 10652259. OLE color: 10652259.

HSL color Cylindrical-coordinate representation of color #638AA2: hue angle of 202.86º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #638AA2 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB99138162-
CMYK0.390.1500.36
HSL202.86º25.3%51.18%-
HSV(B)202.86º38.89%63.53%-
XYZ20.7623.4437.61-
YUV129.07146.58106.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.81%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 162 (63.67% from 255) = 40.60%
R=24.81%
G=34.59%
B=40.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal991381620.390.1500.36202.8625.351.18
Hex638AA227F024cb1933
Octal14321224247170443133163
Binary11000111000101010100010100111111101001001100101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638AA2; }

 p { color: rgb(99,138,162); }

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

<style>
 a { background-color: #638AA2; }

 a { background-color: rgb(99,138,162); }

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

<style>
 span { border-color: #638AA2; }

 span { border-color: rgb(99,138,162); }

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