#3F71BE

Color #3F71BE Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #3F71BE

Tints of Steel Blue #3F71BE

Color information

#3F71BE (or 0x3F71BE) is unknown color: approx 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

RGB63113190-
CMYK0.670.4100.25
HSL216.38º50.2%49.61%-
HSV(B)216.38º66.84%74.51%-
XYZ17.2516.5851.01-
YUV106.83174.9496.74-

RGB Variations

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

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 (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631131900.670.4100.25216.3850.249.61
Hex3F71BE4329019d83232
Octal77161276103510313306262
Binary111111111000110111110100001110100101100111011000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>