Html Css Color HEX #3F71BE Steel Blue

📋 copy color: '#3F71BE'

red 63 ◦ green 113 ◦ blue 190

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

Shades of Steel Blue #3F71BE

Tints of Steel Blue #3F71BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.91%

R = 17.21%
G = 30.87%
B = 51.91%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F71BE (or 0x3F71BE) is known color: Steel Blue. HEX triplet: 3F, 71 and BE. RGB value is (63,113,190). Sum of RGB (Red+Green+Blue) = 63+113+190=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F71BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F71BE is #C08E41. Grayscale: #6A6A6A. Windows color (decimal): -12619330 or 12480831. OLE color: 12480831.

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

Color convert

RGB 63 113 190 -
CMYK 0.67 0.41 0 0.25
HSL 216.38º 0.5% 0.5% -
HSV(B) 216.38º 0.67% 0.75% -
XYZ 17.25 16.58 51.01 -
YUV 106.83 174.94 96.74 -
System Red Green Blue C M Y K H S L
Decimal 63 113 190 0.67 0.41 0 0.25 216.38 0.5 0.5
Hex 3F 71 BE 43 29 0 19 D8 32 32
Octal 77 161 276 103 51 0 31 330 62 62
Binary 111111 1110001 10111110 1000011 101001 0 11001 11011000 110010 110010

Color Harmonies of #3F71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F71BE

Black with #3F71BE

Text Example


Text Example

White with #3F71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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