#3F81B1

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

Shades of Steel Blue #3F81B1

Tints of Steel Blue #3F81B1

Color information

#3F81B1 (or 0x3F81B1) is unknown color: approx Steel Blue. HEX triplet: 3F, 81 and B1. RGB value is (63,129,177). Sum of RGB (Red+Green+Blue) = 63+129+177=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 177 (69.53% from 255 or 47.97% from 369); Max value from RGB is 177 - color contains mainly: blue. Hex color #3F81B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F81B1 is #C07E4E. Grayscale: #727272. Windows color (decimal): -12615247 or 11632959. OLE color: 11632959.

HSL color Cylindrical-coordinate representation of color #3F81B1: hue angle of 205.26º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F81B1 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB63129177-
CMYK0.640.2700.31
HSL205.26º47.5%47.06%-
HSV(B)205.26º64.41%69.41%-
XYZ17.8419.9344.5-
YUV114.74163.1391.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.07%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 177 (69.53% from 255) = 47.97%
R=17.07%
G=34.96%
B=47.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal631291770.640.2700.31205.2647.547.06
Hex3F81B1401B01Fcd302f
Octal77201261100330373156057
Binary111111100000011011000110000001101101111111001101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F81B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,129,177); }

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

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

 a { background-color: rgb(63,129,177); }

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

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

 span { border-color: rgb(63,129,177); }

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