#3B7BAE

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

Shades of Steel Blue #3B7BAE

Tints of Steel Blue #3B7BAE

Color information

#3B7BAE (or 0x3B7BAE) is unknown color: approx Steel Blue. HEX triplet: 3B, 7B and AE. RGB value is (59,123,174). Sum of RGB (Red+Green+Blue) = 59+123+174=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B7BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7BAE is #C48451. Grayscale: #6D6D6D. Windows color (decimal): -12878930 or 11434811. OLE color: 11434811.

HSL color Cylindrical-coordinate representation of color #3B7BAE: hue angle of 206.61º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B7BAE is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB59123174-
CMYK0.660.2900.32
HSL206.61º49.36%45.69%-
HSV(B)206.61º66.09%68.24%-
XYZ16.5318.1542.68-
YUV109.68164.391.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.57%
GREEN value IS 123 (48.44% from 255) = 34.55%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=16.57%
G=34.55%
B=48.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal591231740.660.2900.32206.6149.3645.69
Hex3B7BAE421D020cf312e
Octal73173256102350403176156
Binary111011111101110101110100001011101010000011001111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,123,174); }

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

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

 a { background-color: rgb(59,123,174); }

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

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

 span { border-color: rgb(59,123,174); }

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