#3B70BA

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

Shades of Steel Blue #3B70BA

Tints of Steel Blue #3B70BA

Color information

#3B70BA (or 0x3B70BA) is unknown color: approx Steel Blue. HEX triplet: 3B, 70 and BA. RGB value is (59,112,186). Sum of RGB (Red+Green+Blue) = 59+112+186=357 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.53% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B70BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B70BA is #C48F45. Grayscale: #686868. Windows color (decimal): -12881734 or 12218427. OLE color: 12218427.

HSL color Cylindrical-coordinate representation of color #3B70BA: hue angle of 214.96º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B70BA is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB59112186-
CMYK0.680.4000.27
HSL214.96º51.84%48.04%-
HSV(B)214.96º68.28%72.94%-
XYZ16.4616.0648.69-
YUV104.59173.9495.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.53%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 186 (73.05% from 255) = 52.10%
R=16.53%
G=31.37%
B=52.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal591121860.680.4000.27214.9651.8448.04
Hex3B70BA442801Bd73430
Octal73160272104500333276460
Binary111011111000010111010100010010100001101111010111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B70BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,112,186); }

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

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

 a { background-color: rgb(59,112,186); }

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

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

 span { border-color: rgb(59,112,186); }

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