#62889E

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

Shades of Air Force Blue #62889E

Tints of Air Force Blue #62889E

Color information

#62889E (or 0x62889E) is unknown color: approx Air Force Blue. HEX triplet: 62, 88 and 9E. RGB value is (98,136,158). Sum of RGB (Red+Green+Blue) = 98+136+158=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #62889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62889E is #9D7761. Grayscale: #7F7F7F. Windows color (decimal): -10319714 or 10389602. OLE color: 10389602.

HSL color Cylindrical-coordinate representation of color #62889E: hue angle of 202º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62889E is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB98136158-
CMYK0.380.1400.38
HSL202º23.62%50.2%-
HSV(B)202º37.97%61.96%-
XYZ20.0122.6735.67-
YUV127.15145.41107.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 158 (62.11% from 255) = 40.31%
R=25%
G=34.69%
B=40.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981361580.380.1400.3820223.6250.2
Hex62889E26E026ca1832
Octal14221023646160463123062
Binary11000101000100010011110100110111001001101100101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62889E; }

 p { color: rgb(98,136,158); }

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

<style>
 a { background-color: #62889E; }

 a { background-color: rgb(98,136,158); }

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

<style>
 span { border-color: #62889E; }

 span { border-color: rgb(98,136,158); }

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