#3B74B1

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

Shades of Steel Blue #3B74B1

Tints of Steel Blue #3B74B1

Color information

#3B74B1 (or 0x3B74B1) is unknown color: approx Steel Blue. HEX triplet: 3B, 74 and B1. RGB value is (59,116,177). Sum of RGB (Red+Green+Blue) = 59+116+177=352 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.76% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #3B74B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B74B1 is #C48B4E. Grayscale: #696969. Windows color (decimal): -12880719 or 11629627. OLE color: 11629627.

HSL color Cylindrical-coordinate representation of color #3B74B1: hue angle of 211.02º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B74B1 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB59116177-
CMYK0.670.3400.31
HSL211.02º50%46.27%-
HSV(B)211.02º66.67%69.41%-
XYZ15.9816.5943.96-
YUV105.91168.1294.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.76%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 177 (69.53% from 255) = 50.28%
R=16.76%
G=32.95%
B=50.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591161770.670.3400.31211.025046.27
Hex3B74B1432201Fd3322e
Octal73164261103420373236256
Binary111011111010010110001100001110001001111111010011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B74B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,116,177); }

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

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

 a { background-color: rgb(59,116,177); }

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

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

 span { border-color: rgb(59,116,177); }

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