#3D76B3

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

Shades of Steel Blue #3D76B3

Tints of Steel Blue #3D76B3

Color information

#3D76B3 (or 0x3D76B3) is unknown color: approx Steel Blue. HEX triplet: 3D, 76 and B3. RGB value is (61,118,179). Sum of RGB (Red+Green+Blue) = 61+118+179=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #3D76B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D76B3 is #C2894C. Grayscale: #6B6B6B. Windows color (decimal): -12749133 or 11761213. OLE color: 11761213.

HSL color Cylindrical-coordinate representation of color #3D76B3: hue angle of 211.02º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D76B3 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB61118179-
CMYK0.660.3400.30
HSL211.02º49.17%47.06%-
HSV(B)211.02º65.92%70.2%-
XYZ16.5417.245.1-
YUV107.91168.1294.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.04%
GREEN value IS 118 (46.48% from 255) = 32.96%
BLUE value IS 179 (70.31% from 255) = 50%
R=17.04%
G=32.96%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal611181790.660.3400.30211.0249.1747.06
Hex3D76B3422201Ed3312f
Octal75166263102420363236157
Binary111101111011010110011100001010001001111011010011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D76B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,118,179); }

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

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

 a { background-color: rgb(61,118,179); }

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

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

 span { border-color: rgb(61,118,179); }

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