#3C6DBD

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

Shades of Steel Blue #3C6DBD

Tints of Steel Blue #3C6DBD

Color information

#3C6DBD (or 0x3C6DBD) is unknown color: approx Steel Blue. HEX triplet: 3C, 6D and BD. RGB value is (60,109,189). Sum of RGB (Red+Green+Blue) = 60+109+189=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C6DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6DBD is #C39242. Grayscale: #676767. Windows color (decimal): -12816963 or 12414268. OLE color: 12414268.

HSL color Cylindrical-coordinate representation of color #3C6DBD: hue angle of 217.21º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C6DBD is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB60109189-
CMYK0.680.4200.26
HSL217.21º51.81%48.82%-
HSV(B)217.21º68.25%74.12%-
XYZ16.5215.5750.28-
YUV103.47176.2797-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.76%
GREEN value IS 109 (42.97% from 255) = 30.45%
BLUE value IS 189 (74.22% from 255) = 52.79%
R=16.76%
G=30.45%
B=52.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601091890.680.4200.26217.2151.8148.82
Hex3C6DBD442A01Ad93431
Octal74155275104520323316461
Binary111100110110110111101100010010101001101011011001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,109,189); }

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

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

 a { background-color: rgb(60,109,189); }

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

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

 span { border-color: rgb(60,109,189); }

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