Html Css Color HEX #638BB3 Air Force Blue

📋 copy color: '#638BB3'

red 99 ◦ green 139 ◦ blue 179

#638BB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #638BB3

Tints of Air Force Blue #638BB3

RGB

 RED value IS 99 (39.06% from 255) = 23.74%

 GREEN value IS 139 (54.69% from 255) = 33.33%

 BLUE value IS 179 (70.31% from 255) = 42.93%

R = 23.74%
G = 33.33%
B = 42.93%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#638BB3 (or 0x638BB3) is known color: Air Force Blue. HEX triplet: 63, 8B and B3. RGB value is (99,139,179). Sum of RGB (Red+Green+Blue) = 99+139+179=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 179 - color contains mainly: blue. Hex color #638BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638BB3 is #9C744C. Grayscale: #838383. Windows color (decimal): -10253389 or 11766627. OLE color: 11766627.

HSL color Cylindrical-coordinate representation of color #638BB3: hue angle of 210º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #638BB3 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 99 139 179 -
CMYK 0.45 0.22 0 0.30
HSL 210º 0.34% 0.55% -
HSV(B) 210º 0.45% 0.7% -
XYZ 22.51 24.37 46.17 -
YUV 131.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 99 139 179 0.45 0.22 0 0.30 210 0.34 0.55
Hex 63 8B B3 2D 16 0 1E D2 22 37
Octal 143 213 263 55 26 0 36 322 42 67
Binary 1100011 10001011 10110011 101101 10110 0 11110 11010010 100010 110111

Color Harmonies of #638BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638BB3

Black with #638BB3

Text Example


Text Example

White with #638BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,139,179); }

 H1.HeaderClassName
 {
   color: #638BB3;
 }
 .AnyTagClassName
 {
   color: #638BB3;
 }
</style>

background-color css

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

 a { background-color: rgb(99,139,179); }

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

border-color css

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

 span { border-color: rgb(99,139,179); }

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