#3B77AD

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

Shades of Steel Blue #3B77AD

Tints of Steel Blue #3B77AD

Color information

#3B77AD (or 0x3B77AD) is unknown color: approx Steel Blue. HEX triplet: 3B, 77 and AD. RGB value is (59,119,173). Sum of RGB (Red+Green+Blue) = 59+119+173=351 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.81% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B77AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B77AD is #C48852. Grayscale: #6A6A6A. Windows color (decimal): -12879955 or 11368251. OLE color: 11368251.

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

Color convert

RGB59119173-
CMYK0.660.3100.32
HSL208.42º49.14%45.49%-
HSV(B)208.42º65.9%67.84%-
XYZ15.9417.1442-
YUV107.22165.1293.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.81%
GREEN value IS 119 (46.88% from 255) = 33.90%
BLUE value IS 173 (67.97% from 255) = 49.29%
R=16.81%
G=33.90%
B=49.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal591191730.660.3100.32208.4249.1445.49
Hex3B77AD421F020d0312d
Octal73167255102370403206155
Binary111011111011110101101100001011111010000011010000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B77AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,119,173); }

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

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

 a { background-color: rgb(59,119,173); }

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

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

 span { border-color: rgb(59,119,173); }

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