#64839E

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

Shades of Air Force Blue #64839E

Tints of Air Force Blue #64839E

Color information

#64839E (or 0x64839E) is unknown color: approx Air Force Blue. HEX triplet: 64, 83 and 9E. RGB value is (100,131,158). Sum of RGB (Red+Green+Blue) = 100+131+158=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 131 (51.56% from 255 or 33.68% 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 #64839E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64839E is #9B7C61. Grayscale: #7C7C7C. Windows color (decimal): -10189922 or 10388324. OLE color: 10388324.

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

Color convert

RGB100131158-
CMYK0.370.1700.38
HSL207.93º23.02%50.59%-
HSV(B)207.93º36.71%61.96%-
XYZ19.5421.4135.45-
YUV124.81146.73110.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.71%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=25.71%
G=33.68%
B=40.62%

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
Decimal1001311580.370.1700.38207.9323.0250.59
Hex64839E2511026d01733
Octal14420323645210463202763
Binary110010010000011100111101001011000101001101101000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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