#3F6CBA

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

Shades of Steel Blue #3F6CBA

Tints of Steel Blue #3F6CBA

Color information

#3F6CBA (or 0x3F6CBA) is unknown color: approx Steel Blue. HEX triplet: 3F, 6C and BA. RGB value is (63,108,186). Sum of RGB (Red+Green+Blue) = 63+108+186=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F6CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6CBA is #C09345. Grayscale: #676767. Windows color (decimal): -12620614 or 12217407. OLE color: 12217407.

HSL color Cylindrical-coordinate representation of color #3F6CBA: hue angle of 218.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F6CBA is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB63108186-
CMYK0.660.4200.27
HSL218.05º49.4%48.82%-
HSV(B)218.05º66.13%72.94%-
XYZ16.2815.3348.55-
YUV103.44174.5999.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.65%
GREEN value IS 108 (42.58% from 255) = 30.25%
BLUE value IS 186 (73.05% from 255) = 52.10%
R=17.65%
G=30.25%
B=52.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal631081860.660.4200.27218.0549.448.82
Hex3F6CBA422A01Bda3131
Octal77154272102520333326161
Binary111111110110010111010100001010101001101111011010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,108,186); }

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

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

 a { background-color: rgb(63,108,186); }

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

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

 span { border-color: rgb(63,108,186); }

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