#63849E

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

Shades of Air Force Blue #63849E

Tints of Air Force Blue #63849E

Color information

#63849E (or 0x63849E) is unknown color: approx Air Force Blue. HEX triplet: 63, 84 and 9E. RGB value is (99,132,158). Sum of RGB (Red+Green+Blue) = 99+132+158=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #63849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63849E is #9C7B61. Grayscale: #7C7C7C. Windows color (decimal): -10255202 or 10388579. OLE color: 10388579.

HSL color Cylindrical-coordinate representation of color #63849E: hue angle of 206.44º 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 #63849E is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99132158-
CMYK0.370.1600.38
HSL206.44º23.32%50.39%-
HSV(B)206.44º37.34%61.96%-
XYZ19.5721.6235.49-
YUV125.1146.57109.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.45%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=25.45%
G=33.93%
B=40.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991321580.370.1600.38206.4423.3250.39
Hex63849E2510026ce1732
Octal14320423645200463162762
Binary110001110000100100111101001011000001001101100111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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