#3a6ebe

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

Shades of Steel Blue #3A6EBE

Tints of Steel Blue #3A6EBE

Color information

#3A6EBE (or 0x3A6EBE) is unknown color: approx Steel Blue. HEX triplet: 3A, 6E and BE. RGB value is (58,110,190). Sum of RGB (Red+Green+Blue) = 58+110+190=358 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.20% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A6EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6EBE is #C59141. Grayscale: #676767. Windows color (decimal): -12947778 or 12480058. OLE color: 12480058.

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

Color convert

RGB58110190-
CMYK0.690.4200.25
HSL216.36º53.23%48.63%-
HSV(B)216.36º69.47%74.51%-
XYZ16.6215.7750.88-
YUV103.57176.7795.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.20%
GREEN value IS 110 (43.36% from 255) = 30.73%
BLUE value IS 190 (74.61% from 255) = 53.07%
R=16.20%
G=30.73%
B=53.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581101900.690.4200.25216.3653.2348.63
Hex3A6EBE452A019d83531
Octal72156276105520313306561
Binary111010110111010111110100010110101001100111011000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a6ebe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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