#63829C

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

Shades of Air Force Blue #63829C

Tints of Air Force Blue #63829C

Color information

#63829C (or 0x63829C) is unknown color: approx Air Force Blue. HEX triplet: 63, 82 and 9C. RGB value is (99,130,156). Sum of RGB (Red+Green+Blue) = 99+130+156=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #63829C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63829C is #9C7D63. Grayscale: #7B7B7B. Windows color (decimal): -10255716 or 10256995. OLE color: 10256995.

HSL color Cylindrical-coordinate representation of color #63829C: hue angle of 207.37º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63829C is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB99130156-
CMYK0.370.1700.39
HSL207.37º22.35%50%-
HSV(B)207.37º36.54%61.18%-
XYZ19.1321.0234.5-
YUV123.7146.23110.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.71%
GREEN value IS 130 (51.17% from 255) = 33.77%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=25.71%
G=33.77%
B=40.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991301560.370.1700.39207.3722.3550
Hex63829C2511027cf1632
Octal14320223445210473172662
Binary110001110000010100111001001011000101001111100111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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