#3d7fab

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

Shades of Steel Blue #3D7FAB

Tints of Steel Blue #3D7FAB

Color information

#3D7FAB (or 0x3D7FAB) is unknown color: approx Steel Blue. HEX triplet: 3D, 7F and AB. RGB value is (61,127,171). Sum of RGB (Red+Green+Blue) = 61+127+171=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D7FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7FAB is #C28054. Grayscale: #707070. Windows color (decimal): -12746837 or 11239229. OLE color: 11239229.

HSL color Cylindrical-coordinate representation of color #3D7FAB: hue angle of 204º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D7FAB is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB61127171-
CMYK0.640.2600.33
HSL204º47.41%45.49%-
HSV(B)204º64.33%67.06%-
XYZ16.8619.1141.33-
YUV112.28161.1391.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.99%
GREEN value IS 127 (50% from 255) = 35.38%
BLUE value IS 171 (67.19% from 255) = 47.63%
R=16.99%
G=35.38%
B=47.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611271710.640.2600.3320447.4145.49
Hex3D7FAB401A021cc2f2d
Octal75177253100320413145755
Binary111101111111110101011100000011010010000111001100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d7fab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,127,171); }

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

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

 a { background-color: rgb(61,127,171); }

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

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

 span { border-color: rgb(61,127,171); }

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