#386FBA

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

Shades of Steel Blue #386FBA

Tints of Steel Blue #386FBA

Color information

#386FBA (or 0x386FBA) is unknown color: approx Steel Blue. HEX triplet: 38, 6F and BA. RGB value is (56,111,186). Sum of RGB (Red+Green+Blue) = 56+111+186=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #386FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FBA is #C79045. Grayscale: #666666. Windows color (decimal): -13078598 or 12218168. OLE color: 12218168.

HSL color Cylindrical-coordinate representation of color #386FBA: hue angle of 214.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #386FBA is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB56111186-
CMYK0.700.4000.27
HSL214.62º53.72%47.45%-
HSV(B)214.62º69.89%72.94%-
XYZ16.1815.7548.64-
YUV103.1174.7894.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.86%
GREEN value IS 111 (43.75% from 255) = 31.44%
BLUE value IS 186 (73.05% from 255) = 52.69%
R=15.86%
G=31.44%
B=52.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561111860.700.4000.27214.6253.7247.45
Hex386FBA462801Bd7362f
Octal70157272106500333276657
Binary111000110111110111010100011010100001101111010111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386FBA; }

 p { color: rgb(56,111,186); }

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

<style>
 a { background-color: #386FBA; }

 a { background-color: rgb(56,111,186); }

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

<style>
 span { border-color: #386FBA; }

 span { border-color: rgb(56,111,186); }

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