#3D74BE

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

Shades of Steel Blue #3D74BE

Tints of Steel Blue #3D74BE

Color information

#3D74BE (or 0x3D74BE) is unknown color: approx Steel Blue. HEX triplet: 3D, 74 and BE. RGB value is (61,116,190). Sum of RGB (Red+Green+Blue) = 61+116+190=367 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.62% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D74BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D74BE is #C28B41. Grayscale: #6B6B6B. Windows color (decimal): -12749634 or 12481597. OLE color: 12481597.

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

Color convert

RGB61116190-
CMYK0.680.3900.25
HSL214.42º51.39%49.22%-
HSV(B)214.42º67.89%74.51%-
XYZ17.4617.251.11-
YUV107.99174.2894.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.62%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=16.62%
G=31.61%
B=51.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal611161900.680.3900.25214.4251.3949.22
Hex3D74BE4427019d63331
Octal75164276104470313266361
Binary111101111010010111110100010010011101100111010110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D74BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,116,190); }

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

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

 a { background-color: rgb(61,116,190); }

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

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

 span { border-color: rgb(61,116,190); }

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