Html Css Color HEX #3F71BA Steel Blue

📋 copy color: '#3F71BA'

red 63 ◦ green 113 ◦ blue 186

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

Shades of Steel Blue #3F71BA

Tints of Steel Blue #3F71BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.38%

R = 17.4%
G = 31.22%
B = 51.38%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F71BA (or 0x3F71BA) is known color: Steel Blue. HEX triplet: 3F, 71 and BA. RGB value is (63,113,186). Sum of RGB (Red+Green+Blue) = 63+113+186=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F71BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F71BA is #C08E45. Grayscale: #6A6A6A. Windows color (decimal): -12619334 or 12218687. OLE color: 12218687.

HSL color Cylindrical-coordinate representation of color #3F71BA: hue angle of 215.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F71BA is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 113 186 -
CMYK 0.66 0.39 0 0.27
HSL 215.61º 0.49% 0.49% -
HSV(B) 215.61º 0.66% 0.73% -
XYZ 16.82 16.41 48.74 -
YUV 106.37 172.94 97.06 -
System Red Green Blue C M Y K H S L
Decimal 63 113 186 0.66 0.39 0 0.27 215.61 0.49 0.49
Hex 3F 71 BA 42 27 0 1B D8 31 31
Octal 77 161 272 102 47 0 33 330 61 61
Binary 111111 1110001 10111010 1000010 100111 0 11011 11011000 110001 110001

Color Harmonies of #3F71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F71BA

Black with #3F71BA

Text Example


Text Example

White with #3F71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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