#3D7AAD

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

Shades of Steel Blue #3D7AAD

Tints of Steel Blue #3D7AAD

Color information

#3D7AAD (or 0x3D7AAD) is unknown color: approx Steel Blue. HEX triplet: 3D, 7A and AD. RGB value is (61,122,173). Sum of RGB (Red+Green+Blue) = 61+122+173=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D7AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7AAD is #C28552. Grayscale: #6D6D6D. Windows color (decimal): -12748115 or 11369021. OLE color: 11369021.

HSL color Cylindrical-coordinate representation of color #3D7AAD: hue angle of 207.32º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D7AAD is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB61122173-
CMYK0.650.2900.32
HSL207.32º47.86%45.88%-
HSV(B)207.32º64.74%67.84%-
XYZ16.4317.9342.13-
YUV109.57163.7993.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.13%
GREEN value IS 122 (48.05% from 255) = 34.27%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=17.13%
G=34.27%
B=48.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal611221730.650.2900.32207.3247.8645.88
Hex3D7AAD411D020cf302e
Octal75172255101350403176056
Binary111101111101010101101100000111101010000011001111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,122,173); }

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

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

 a { background-color: rgb(61,122,173); }

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

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

 span { border-color: rgb(61,122,173); }

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