#63839E

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

Shades of Air Force Blue #63839E

Tints of Air Force Blue #63839E

Color information

#63839E (or 0x63839E) is unknown color: approx Air Force Blue. HEX triplet: 63, 83 and 9E. RGB value is (99,131,158). Sum of RGB (Red+Green+Blue) = 99+131+158=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #63839E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63839E is #9C7C61. Grayscale: #7C7C7C. Windows color (decimal): -10255458 or 10388323. OLE color: 10388323.

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

Color convert

RGB99131158-
CMYK0.370.1700.38
HSL207.46º23.32%50.39%-
HSV(B)207.46º37.34%61.96%-
XYZ19.4321.3535.45-
YUV124.51146.9109.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.52%
GREEN value IS 131 (51.56% from 255) = 33.76%
BLUE value IS 158 (62.11% from 255) = 40.72%
R=25.52%
G=33.76%
B=40.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991311580.370.1700.38207.4623.3250.39
Hex63839E2511026cf1732
Octal14320323645210463172762
Binary110001110000011100111101001011000101001101100111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,131,158); }

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

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

 a { background-color: rgb(99,131,158); }

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

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

 span { border-color: rgb(99,131,158); }

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