Html Css Color HEX #3F71AE Steel Blue

📋 copy color: '#3F71AE'

red 63 ◦ green 113 ◦ blue 174

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

Shades of Steel Blue #3F71AE

Tints of Steel Blue #3F71AE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.29%

 BLUE value IS 174 (68.36% from 255) = 49.71%

R = 18%
G = 32.29%
B = 49.71%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F71AE (or 0x3F71AE) is known color: Steel Blue. HEX triplet: 3F, 71 and AE. RGB value is (63,113,174). Sum of RGB (Red+Green+Blue) = 63+113+174=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F71AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F71AE is #C08E51. Grayscale: #686868. Windows color (decimal): -12619346 or 11432255. OLE color: 11432255.

HSL color Cylindrical-coordinate representation of color #3F71AE: hue angle of 212.97º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F71AE is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 63 113 174 -
CMYK 0.64 0.35 0 0.32
HSL 212.97º 0.47% 0.46% -
HSV(B) 212.97º 0.64% 0.68% -
XYZ 15.6 15.92 42.3 -
YUV 105 166.94 98.04 -
System Red Green Blue C M Y K H S L
Decimal 63 113 174 0.64 0.35 0 0.32 212.97 0.47 0.46
Hex 3F 71 AE 40 23 0 20 D5 2F 2E
Octal 77 161 256 100 43 0 40 325 57 56
Binary 111111 1110001 10101110 1000000 100011 0 100000 11010101 101111 101110

Color Harmonies of #3F71AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F71AE

Black with #3F71AE

Text Example


Text Example

White with #3F71AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,113,174); }

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

background-color css

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

 a { background-color: rgb(63,113,174); }

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

border-color css

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

 span { border-color: rgb(63,113,174); }

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