#3C6EBE

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

Shades of Steel Blue #3C6EBE

Tints of Steel Blue #3C6EBE

Color information

#3C6EBE (or 0x3C6EBE) is unknown color: approx Steel Blue. HEX triplet: 3C, 6E and BE. RGB value is (60,110,190). Sum of RGB (Red+Green+Blue) = 60+110+190=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C6EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6EBE is #C39141. Grayscale: #676767. Windows color (decimal): -12816706 or 12480060. OLE color: 12480060.

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

Color convert

RGB60110190-
CMYK0.680.4200.25
HSL216.92º52%49.02%-
HSV(B)216.92º68.42%74.51%-
XYZ16.7315.8350.89-
YUV104.17176.4496.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.67%
GREEN value IS 110 (43.36% from 255) = 30.56%
BLUE value IS 190 (74.61% from 255) = 52.78%
R=16.67%
G=30.56%
B=52.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601101900.680.4200.25216.925249.02
Hex3C6EBE442A019d93431
Octal74156276104520313316461
Binary111100110111010111110100010010101001100111011001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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