#3C6EBF

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

Shades of Steel Blue #3C6EBF

Tints of Steel Blue #3C6EBF

Color information

#3C6EBF (or 0x3C6EBF) is unknown color: approx Steel Blue. HEX triplet: 3C, 6E and BF. RGB value is (60,110,191). Sum of RGB (Red+Green+Blue) = 60+110+191=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C6EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6EBF is #C39140. Grayscale: #676767. Windows color (decimal): -12816705 or 12545596. OLE color: 12545596.

HSL color Cylindrical-coordinate representation of color #3C6EBF: hue angle of 217.1º degrees, saturation: 0.52, 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 #3C6EBF is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB60110191-
CMYK0.690.4200.25
HSL217.1º52.19%49.22%-
HSV(B)217.1º68.59%74.9%-
XYZ16.8415.8751.47-
YUV104.28176.9496.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.62%
GREEN value IS 110 (43.36% from 255) = 30.47%
BLUE value IS 191 (75% from 255) = 52.91%
R=16.62%
G=30.47%
B=52.91%

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
Decimal601101910.690.4200.25217.152.1949.22
Hex3C6EBF452A019d93431
Octal74156277105520313316461
Binary111100110111010111111100010110101001100111011001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,110,191); }

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

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

 a { background-color: rgb(60,110,191); }

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

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

 span { border-color: rgb(60,110,191); }

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