#3A70BE

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

Shades of Steel Blue #3A70BE

Tints of Steel Blue #3A70BE

Color information

#3A70BE (or 0x3A70BE) is unknown color: approx Steel Blue. HEX triplet: 3A, 70 and BE. RGB value is (58,112,190). Sum of RGB (Red+Green+Blue) = 58+112+190=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A70BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A70BE is #C58F41. Grayscale: #686868. Windows color (decimal): -12947266 or 12480570. OLE color: 12480570.

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

Color convert

RGB58112190-
CMYK0.690.4100.25
HSL215.45º53.23%48.63%-
HSV(B)215.45º69.47%74.51%-
XYZ16.8316.2150.96-
YUV104.75176.1194.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.11%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 190 (74.61% from 255) = 52.78%
R=16.11%
G=31.11%
B=52.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581121900.690.4100.25215.4553.2348.63
Hex3A70BE4529019d73531
Octal72160276105510313276561
Binary111010111000010111110100010110100101100111010111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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