#3D6DBD

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

Shades of Steel Blue #3D6DBD

Tints of Steel Blue #3D6DBD

Color information

#3D6DBD (or 0x3D6DBD) is unknown color: approx Steel Blue. HEX triplet: 3D, 6D and BD. RGB value is (61,109,189). Sum of RGB (Red+Green+Blue) = 61+109+189=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #3D6DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6DBD is #C29242. Grayscale: #676767. Windows color (decimal): -12751427 or 12414269. OLE color: 12414269.

HSL color Cylindrical-coordinate representation of color #3D6DBD: hue angle of 217.5º 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 #3D6DBD is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB61109189-
CMYK0.680.4200.26
HSL217.5º51.2%49.02%-
HSV(B)217.5º67.72%74.12%-
XYZ16.5815.650.28-
YUV103.77176.197.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.99%
GREEN value IS 109 (42.97% from 255) = 30.36%
BLUE value IS 189 (74.22% from 255) = 52.65%
R=16.99%
G=30.36%
B=52.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal611091890.680.4200.26217.551.249.02
Hex3D6DBD442A01Ada3331
Octal75155275104520323326361
Binary111101110110110111101100010010101001101011011010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,109,189); }

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

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

 a { background-color: rgb(61,109,189); }

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

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

 span { border-color: rgb(61,109,189); }

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