#3A70BF

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

Shades of Steel Blue #3A70BF

Tints of Steel Blue #3A70BF

Color information

#3A70BF (or 0x3A70BF) is unknown color: approx Steel Blue. HEX triplet: 3A, 70 and BF. RGB value is (58,112,191). Sum of RGB (Red+Green+Blue) = 58+112+191=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #3A70BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A70BF is #C58F40. Grayscale: #686868. Windows color (decimal): -12947265 or 12546106. OLE color: 12546106.

HSL color Cylindrical-coordinate representation of color #3A70BF: hue angle of 215.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A70BF is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB58112191-
CMYK0.700.4100.25
HSL215.64º53.41%48.82%-
HSV(B)215.64º69.63%74.9%-
XYZ16.9416.2551.53-
YUV104.86176.6194.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.07%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 191 (75% from 255) = 52.91%
R=16.07%
G=31.02%
B=52.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581121910.700.4100.25215.6453.4148.82
Hex3A70BF4629019d83531
Octal72160277106510313306561
Binary111010111000010111111100011010100101100111011000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A70BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,112,191); }

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

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

 a { background-color: rgb(58,112,191); }

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

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

 span { border-color: rgb(58,112,191); }

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