#3D73BC

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

Shades of Steel Blue #3D73BC

Tints of Steel Blue #3D73BC

Color information

#3D73BC (or 0x3D73BC) is unknown color: approx Steel Blue. HEX triplet: 3D, 73 and BC. RGB value is (61,115,188). Sum of RGB (Red+Green+Blue) = 61+115+188=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D73BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D73BC is #C28C43. Grayscale: #6A6A6A. Windows color (decimal): -12749892 or 12350269. OLE color: 12350269.

HSL color Cylindrical-coordinate representation of color #3D73BC: hue angle of 214.49º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D73BC is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB61115188-
CMYK0.680.3900.26
HSL214.49º51%48.82%-
HSV(B)214.49º67.55%73.73%-
XYZ17.1316.8849.93-
YUV107.18173.6195.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.76%
GREEN value IS 115 (45.31% from 255) = 31.59%
BLUE value IS 188 (73.83% from 255) = 51.65%
R=16.76%
G=31.59%
B=51.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal611151880.680.3900.26214.495148.82
Hex3D73BC442701Ad63331
Octal75163274104470323266361
Binary111101111001110111100100010010011101101011010110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D73BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,115,188); }

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

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

 a { background-color: rgb(61,115,188); }

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

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

 span { border-color: rgb(61,115,188); }

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