#3B7DA8

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

Shades of Steel Blue #3B7DA8

Tints of Steel Blue #3B7DA8

Color information

#3B7DA8 (or 0x3B7DA8) is unknown color: approx Steel Blue. HEX triplet: 3B, 7D and A8. RGB value is (59,125,168). Sum of RGB (Red+Green+Blue) = 59+125+168=352 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.76% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 168 (66.02% from 255 or 47.73% from 352); Max value from RGB is 168 - color contains mainly: blue. Hex color #3B7DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7DA8 is #C48257. Grayscale: #6D6D6D. Windows color (decimal): -12878424 or 11042107. OLE color: 11042107.

HSL color Cylindrical-coordinate representation of color #3B7DA8: hue angle of 203.67º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B7DA8 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB59125168-
CMYK0.650.2600.34
HSL203.67º48.02%44.51%-
HSV(B)203.67º64.88%65.88%-
XYZ16.2118.4239.75-
YUV110.17160.6391.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.76%
GREEN value IS 125 (49.22% from 255) = 35.51%
BLUE value IS 168 (66.02% from 255) = 47.73%
R=16.76%
G=35.51%
B=47.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal591251680.650.2600.34203.6748.0244.51
Hex3B7DA8411A022cc302d
Octal73175250101320423146055
Binary111011111110110101000100000111010010001011001100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,125,168); }

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

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

 a { background-color: rgb(59,125,168); }

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

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

 span { border-color: rgb(59,125,168); }

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