#3A6FBC

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

Shades of Steel Blue #3A6FBC

Tints of Steel Blue #3A6FBC

Color information

#3A6FBC (or 0x3A6FBC) is unknown color: approx Steel Blue. HEX triplet: 3A, 6F and BC. RGB value is (58,111,188). Sum of RGB (Red+Green+Blue) = 58+111+188=357 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.25% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A6FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6FBC is #C59043. Grayscale: #676767. Windows color (decimal): -12947524 or 12349242. OLE color: 12349242.

HSL color Cylindrical-coordinate representation of color #3A6FBC: hue angle of 215.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A6FBC is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB58111188-
CMYK0.690.4100.26
HSL215.54º52.85%48.24%-
HSV(B)215.54º69.15%73.73%-
XYZ16.5115.949.78-
YUV103.93175.4495.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.25%
GREEN value IS 111 (43.75% from 255) = 31.09%
BLUE value IS 188 (73.83% from 255) = 52.66%
R=16.25%
G=31.09%
B=52.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal581111880.690.4100.26215.5452.8548.24
Hex3A6FBC452901Ad83530
Octal72157274105510323306560
Binary111010110111110111100100010110100101101011011000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,111,188); }

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

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

 a { background-color: rgb(58,111,188); }

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

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

 span { border-color: rgb(58,111,188); }

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