#3B6DBA

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

Shades of Steel Blue #3B6DBA

Tints of Steel Blue #3B6DBA

Color information

#3B6DBA (or 0x3B6DBA) is unknown color: approx Steel Blue. HEX triplet: 3B, 6D and BA. RGB value is (59,109,186). Sum of RGB (Red+Green+Blue) = 59+109+186=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B6DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6DBA is #C49245. Grayscale: #666666. Windows color (decimal): -12882502 or 12217659. OLE color: 12217659.

HSL color Cylindrical-coordinate representation of color #3B6DBA: hue angle of 216.38º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B6DBA is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB59109186-
CMYK0.680.4100.27
HSL216.38º51.84%48.04%-
HSV(B)216.38º68.28%72.94%-
XYZ16.1415.4148.58-
YUV102.83174.9496.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.67%
GREEN value IS 109 (42.97% from 255) = 30.79%
BLUE value IS 186 (73.05% from 255) = 52.54%
R=16.67%
G=30.79%
B=52.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal591091860.680.4100.27216.3851.8448.04
Hex3B6DBA442901Bd83430
Octal73155272104510333306460
Binary111011110110110111010100010010100101101111011000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,109,186); }

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

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

 a { background-color: rgb(59,109,186); }

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

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

 span { border-color: rgb(59,109,186); }

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