#386dbc

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

Shades of Steel Blue #386DBC

Tints of Steel Blue #386DBC

Color information

#386DBC (or 0x386DBC) is unknown color: approx Steel Blue. HEX triplet: 38, 6D and BC. RGB value is (56,109,188). Sum of RGB (Red+Green+Blue) = 56+109+188=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #386DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386DBC is #C79243. Grayscale: #656565. Windows color (decimal): -13079108 or 12348728. OLE color: 12348728.

HSL color Cylindrical-coordinate representation of color #386DBC: hue angle of 215.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #386DBC is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB56109188-
CMYK0.700.4200.26
HSL215.91º54.1%47.84%-
HSV(B)215.91º70.21%73.73%-
XYZ16.1815.4149.7-
YUV102.16176.4495.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.86%
GREEN value IS 109 (42.97% from 255) = 30.88%
BLUE value IS 188 (73.83% from 255) = 53.26%
R=15.86%
G=30.88%
B=53.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal561091880.700.4200.26215.9154.147.84
Hex386DBC462A01Ad83630
Octal70155274106520323306660
Binary111000110110110111100100011010101001101011011000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386dbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,109,188); }

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

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

 a { background-color: rgb(56,109,188); }

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

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

 span { border-color: rgb(56,109,188); }

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