#3F7BAE

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

Shades of Steel Blue #3F7BAE

Tints of Steel Blue #3F7BAE

Color information

#3F7BAE (or 0x3F7BAE) is unknown color: approx Steel Blue. HEX triplet: 3F, 7B and AE. RGB value is (63,123,174). Sum of RGB (Red+Green+Blue) = 63+123+174=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F7BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7BAE is #C08451. Grayscale: #6E6E6E. Windows color (decimal): -12616786 or 11434815. OLE color: 11434815.

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

Color convert

RGB63123174-
CMYK0.640.2900.32
HSL207.57º46.84%46.47%-
HSV(B)207.57º63.79%68.24%-
XYZ16.7718.2842.69-
YUV110.87163.6293.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.5%
GREEN value IS 123 (48.44% from 255) = 34.17%
BLUE value IS 174 (68.36% from 255) = 48.33%
R=17.5%
G=34.17%
B=48.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal631231740.640.2900.32207.5746.8446.47
Hex3F7BAE401D020d02f2e
Octal77173256100350403205756
Binary111111111101110101110100000011101010000011010000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,123,174); }

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

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

 a { background-color: rgb(63,123,174); }

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

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

 span { border-color: rgb(63,123,174); }

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