#3B70C1

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

Shades of Steel Blue #3B70C1

Tints of Steel Blue #3B70C1

Color information

#3B70C1 (or 0x3B70C1) is unknown color: approx Steel Blue. HEX triplet: 3B, 70 and C1. RGB value is (59,112,193). Sum of RGB (Red+Green+Blue) = 59+112+193=364 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.21% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #3B70C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B70C1 is #C48F3E. Grayscale: #696969. Windows color (decimal): -12881727 or 12677179. OLE color: 12677179.

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

Color convert

RGB59112193-
CMYK0.690.4200.24
HSL216.27º53.17%49.41%-
HSV(B)216.27º69.43%75.69%-
XYZ17.2216.3752.7-
YUV105.39177.4494.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.21%
GREEN value IS 112 (44.14% from 255) = 30.77%
BLUE value IS 193 (75.78% from 255) = 53.02%
R=16.21%
G=30.77%
B=53.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal591121930.690.4200.24216.2753.1749.41
Hex3B70C1452A018d83531
Octal73160301105520303306561
Binary111011111000011000001100010110101001100011011000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B70C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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