#3A6EBF

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

Shades of Steel Blue #3A6EBF

Tints of Steel Blue #3A6EBF

Color information

#3A6EBF (or 0x3A6EBF) is unknown color: approx Steel Blue. HEX triplet: 3A, 6E and BF. RGB value is (58,110,191). Sum of RGB (Red+Green+Blue) = 58+110+191=359 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.16% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #3A6EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6EBF is #C59140. Grayscale: #676767. Windows color (decimal): -12947777 or 12545594. OLE color: 12545594.

HSL color Cylindrical-coordinate representation of color #3A6EBF: hue angle of 216.54º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A6EBF is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB58110191-
CMYK0.700.4200.25
HSL216.54º53.41%48.82%-
HSV(B)216.54º69.63%74.9%-
XYZ16.7215.8151.46-
YUV103.69177.2795.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.16%
GREEN value IS 110 (43.36% from 255) = 30.64%
BLUE value IS 191 (75% from 255) = 53.20%
R=16.16%
G=30.64%
B=53.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581101910.700.4200.25216.5453.4148.82
Hex3A6EBF462A019d93531
Octal72156277106520313316561
Binary111010110111010111111100011010101001100111011001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,110,191); }

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

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

 a { background-color: rgb(58,110,191); }

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

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

 span { border-color: rgb(58,110,191); }

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