#3F70BE

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

Shades of Steel Blue #3F70BE

Tints of Steel Blue #3F70BE

Color information

#3F70BE (or 0x3F70BE) is unknown color: approx Steel Blue. HEX triplet: 3F, 70 and BE. RGB value is (63,112,190). Sum of RGB (Red+Green+Blue) = 63+112+190=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F70BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F70BE is #C08F41. Grayscale: #696969. Windows color (decimal): -12619586 or 12480575. OLE color: 12480575.

HSL color Cylindrical-coordinate representation of color #3F70BE: hue angle of 216.85º 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 #3F70BE is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63112190-
CMYK0.670.4100.25
HSL216.85º50.2%49.61%-
HSV(B)216.85º66.84%74.51%-
XYZ17.1416.3650.97-
YUV106.24175.2797.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.26%
GREEN value IS 112 (44.14% from 255) = 30.68%
BLUE value IS 190 (74.61% from 255) = 52.05%
R=17.26%
G=30.68%
B=52.05%

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
Decimal631121900.670.4100.25216.8550.249.61
Hex3F70BE4329019d93232
Octal77160276103510313316262
Binary111111111000010111110100001110100101100111011001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F70BE;
 }
 .AnyTagClassName
 {
   color: #3F70BE;
 }
</style>
background-color css

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

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

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

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

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

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