#3F7BA5

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

Shades of Steel Blue #3F7BA5

Tints of Steel Blue #3F7BA5

Color information

#3F7BA5 (or 0x3F7BA5) is unknown color: approx Steel Blue. HEX triplet: 3F, 7B and A5. RGB value is (63,123,165). Sum of RGB (Red+Green+Blue) = 63+123+165=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 165 (64.84% from 255 or 47.01% from 351); Max value from RGB is 165 - color contains mainly: blue. Hex color #3F7BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7BA5 is #C0845A. Grayscale: #6D6D6D. Windows color (decimal): -12616795 or 10844991. OLE color: 10844991.

HSL color Cylindrical-coordinate representation of color #3F7BA5: hue angle of 204.71º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F7BA5 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB63123165-
CMYK0.620.2500.35
HSL204.71º44.74%44.71%-
HSV(B)204.71º61.82%64.71%-
XYZ15.9217.9438.22-
YUV109.85159.1294.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.95%
GREEN value IS 123 (48.44% from 255) = 35.04%
BLUE value IS 165 (64.84% from 255) = 47.01%
R=17.95%
G=35.04%
B=47.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal631231650.620.2500.35204.7144.7444.71
Hex3F7BA53E19023cd2d2d
Octal7717324576310433155555
Binary11111111110111010010111111011001010001111001101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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