#3F70BC

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

Shades of Steel Blue #3F70BC

Tints of Steel Blue #3F70BC

Color information

#3F70BC (or 0x3F70BC) is unknown color: approx Steel Blue. HEX triplet: 3F, 70 and BC. RGB value is (63,112,188). Sum of RGB (Red+Green+Blue) = 63+112+188=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F70BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F70BC is #C08F43. Grayscale: #696969. Windows color (decimal): -12619588 or 12349503. OLE color: 12349503.

HSL color Cylindrical-coordinate representation of color #3F70BC: hue angle of 216.48º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F70BC is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB63112188-
CMYK0.660.4000.26
HSL216.48º49.8%49.22%-
HSV(B)216.48º66.49%73.73%-
XYZ16.9216.2849.83-
YUV106.01174.2797.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.36%
GREEN value IS 112 (44.14% from 255) = 30.85%
BLUE value IS 188 (73.83% from 255) = 51.79%
R=17.36%
G=30.85%
B=51.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal631121880.660.4000.26216.4849.849.22
Hex3F70BC422801Ad83231
Octal77160274102500323306261
Binary111111111000010111100100001010100001101011011000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F70BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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