#3D77B9

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

Shades of Steel Blue #3D77B9

Tints of Steel Blue #3D77B9

Color information

#3D77B9 (or 0x3D77B9) is unknown color: approx Steel Blue. HEX triplet: 3D, 77 and B9. RGB value is (61,119,185). Sum of RGB (Red+Green+Blue) = 61+119+185=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 185 (72.66% from 255 or 50.68% from 365); Max value from RGB is 185 - color contains mainly: blue. Hex color #3D77B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D77B9 is #C28846. Grayscale: #6C6C6C. Windows color (decimal): -12748871 or 12154685. OLE color: 12154685.

HSL color Cylindrical-coordinate representation of color #3D77B9: hue angle of 211.94º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D77B9 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB61119185-
CMYK0.670.3600.27
HSL211.94º50.41%48.24%-
HSV(B)211.94º67.03%72.55%-
XYZ17.2817.6948.4-
YUV109.18170.7893.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.71%
GREEN value IS 119 (46.88% from 255) = 32.60%
BLUE value IS 185 (72.66% from 255) = 50.68%
R=16.71%
G=32.60%
B=50.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal611191850.670.3600.27211.9450.4148.24
Hex3D77B9432401Bd43230
Octal75167271103440333246260
Binary111101111011110111001100001110010001101111010100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D77B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,119,185); }

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

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

 a { background-color: rgb(61,119,185); }

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

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

 span { border-color: rgb(61,119,185); }

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