#63829E

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

Shades of Air Force Blue #63829E

Tints of Air Force Blue #63829E

Color information

#63829E (or 0x63829E) is unknown color: approx Air Force Blue. HEX triplet: 63, 82 and 9E. RGB value is (99,130,158). Sum of RGB (Red+Green+Blue) = 99+130+158=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #63829E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63829E is #9C7D61. Grayscale: #7B7B7B. Windows color (decimal): -10255714 or 10388067. OLE color: 10388067.

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

Color convert

RGB99130158-
CMYK0.370.1800.38
HSL208.47º23.32%50.39%-
HSV(B)208.47º37.34%61.96%-
XYZ19.321.0935.4-
YUV123.92147.23110.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.58%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 158 (62.11% from 255) = 40.83%
R=25.58%
G=33.59%
B=40.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991301580.370.1800.38208.4723.3250.39
Hex63829E2512026d01732
Octal14320223645220463202762
Binary110001110000010100111101001011001001001101101000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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