#638DB0

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

Shades of Air Force Blue #638DB0

Tints of Air Force Blue #638DB0

Color information

#638DB0 (or 0x638DB0) is unknown color: approx Air Force Blue. HEX triplet: 63, 8D and B0. RGB value is (99,141,176). Sum of RGB (Red+Green+Blue) = 99+141+176=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 176 - color contains mainly: blue. Hex color #638DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638DB0 is #9C724F. Grayscale: #848484. Windows color (decimal): -10252880 or 11570531. OLE color: 11570531.

HSL color Cylindrical-coordinate representation of color #638DB0: hue angle of 207.27º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #638DB0 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB99141176-
CMYK0.440.2000.31
HSL207.27º32.77%53.92%-
HSV(B)207.27º43.75%69.02%-
XYZ22.5124.8444.68-
YUV132.43152.59104.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.80%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 176 (69.14% from 255) = 42.31%
R=23.80%
G=33.89%
B=42.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991411760.440.2000.31207.2732.7753.92
Hex638DB02C1401Fcf2136
Octal14321526054240373174166
Binary110001110001101101100001011001010001111111001111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638DB0; }

 p { color: rgb(99,141,176); }

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

<style>
 a { background-color: #638DB0; }

 a { background-color: rgb(99,141,176); }

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

<style>
 span { border-color: #638DB0; }

 span { border-color: rgb(99,141,176); }

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