Html Css Color HEX #3F81AB Steel Blue

📋 copy color: '#3F81AB'

red 63 ◦ green 129 ◦ blue 171

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

Shades of Steel Blue #3F81AB

Tints of Steel Blue #3F81AB

RGB

 RED value IS 63 (25% from 255) = 17.36%

 GREEN value IS 129 (50.78% from 255) = 35.54%

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 17.36%
G = 35.54%
B = 47.11%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F81AB (or 0x3F81AB) is known color: Steel Blue. HEX triplet: 3F, 81 and AB. RGB value is (63,129,171). Sum of RGB (Red+Green+Blue) = 63+129+171=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F81AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F81AB is #C07E54. Grayscale: #717171. Windows color (decimal): -12615253 or 11239743. OLE color: 11239743.

HSL color Cylindrical-coordinate representation of color #3F81AB: hue angle of 203.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F81AB is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 129 171 -
CMYK 0.63 0.25 0 0.33
HSL 203.33º 0.46% 0.46% -
HSV(B) 203.33º 0.63% 0.67% -
XYZ 17.25 19.7 41.42 -
YUV 114.05 160.13 91.58 -
System Red Green Blue C M Y K H S L
Decimal 63 129 171 0.63 0.25 0 0.33 203.33 0.46 0.46
Hex 3F 81 AB 3F 19 0 21 CB 2E 2E
Octal 77 201 253 77 31 0 41 313 56 56
Binary 111111 10000001 10101011 111111 11001 0 100001 11001011 101110 101110

Color Harmonies of #3F81AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F81AB

Black with #3F81AB

Text Example


Text Example

White with #3F81AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F81AB; }

 p { color: rgb(63,129,171); }

 H1.HeaderClassName
 {
   color: #3F81AB;
 }
 .AnyTagClassName
 {
   color: #3F81AB;
 }
</style>

background-color css

<style>
 a { background-color: #3F81AB; }

 a { background-color: rgb(63,129,171); }

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

border-color css

<style>
 span { border-color: #3F81AB; }

 span { border-color: rgb(63,129,171); }

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