#638CB0

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

Shades of Air Force Blue #638CB0

Tints of Air Force Blue #638CB0

Color information

#638CB0 (or 0x638CB0) is unknown color: approx Air Force Blue. HEX triplet: 63, 8C and B0. RGB value is (99,140,176). Sum of RGB (Red+Green+Blue) = 99+140+176=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 176 - color contains mainly: blue. Hex color #638CB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638CB0 is #9C734F. Grayscale: #838383. Windows color (decimal): -10253136 or 11570275. OLE color: 11570275.

HSL color Cylindrical-coordinate representation of color #638CB0: hue angle of 208.05º 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 #638CB0 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB99140176-
CMYK0.440.2000.31
HSL208.05º32.77%53.92%-
HSV(B)208.05º43.75%69.02%-
XYZ22.3624.5444.63-
YUV131.84152.92104.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.86%
GREEN value IS 140 (55.08% from 255) = 33.73%
BLUE value IS 176 (69.14% from 255) = 42.41%
R=23.86%
G=33.73%
B=42.41%

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
Decimal991401760.440.2000.31208.0532.7753.92
Hex638CB02C1401Fd02136
Octal14321426054240373204166
Binary110001110001100101100001011001010001111111010000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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