#3B71BB

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

Shades of Steel Blue #3B71BB

Tints of Steel Blue #3B71BB

Color information

#3B71BB (or 0x3B71BB) is unknown color: approx Steel Blue. HEX triplet: 3B, 71 and BB. RGB value is (59,113,187). Sum of RGB (Red+Green+Blue) = 59+113+187=359 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.43% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #3B71BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B71BB is #C48E44. Grayscale: #686868. Windows color (decimal): -12881477 or 12284219. OLE color: 12284219.

HSL color Cylindrical-coordinate representation of color #3B71BB: hue angle of 214.69º 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 #3B71BB is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB59113187-
CMYK0.680.4000.27
HSL214.69º52.03%48.24%-
HSV(B)214.69º68.45%73.33%-
XYZ16.6816.3349.29-
YUV105.29174.1194.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.43%
GREEN value IS 113 (44.53% from 255) = 31.48%
BLUE value IS 187 (73.44% from 255) = 52.09%
R=16.43%
G=31.48%
B=52.09%

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
Decimal591131870.680.4000.27214.6952.0348.24
Hex3B71BB442801Bd73430
Octal73161273104500333276460
Binary111011111000110111011100010010100001101111010111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B71BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,113,187); }

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

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

 a { background-color: rgb(59,113,187); }

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

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

 span { border-color: rgb(59,113,187); }

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