#3C70BC

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

Shades of Steel Blue #3C70BC

Tints of Steel Blue #3C70BC

Color information

#3C70BC (or 0x3C70BC) is unknown color: approx Steel Blue. HEX triplet: 3C, 70 and BC. RGB value is (60,112,188). Sum of RGB (Red+Green+Blue) = 60+112+188=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C70BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C70BC is #C38F43. Grayscale: #686868. Windows color (decimal): -12816196 or 12349500. OLE color: 12349500.

HSL color Cylindrical-coordinate representation of color #3C70BC: hue angle of 215.62º 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 #3C70BC is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB60112188-
CMYK0.680.4000.26
HSL215.62º51.61%48.63%-
HSV(B)215.62º68.09%73.73%-
XYZ16.7316.1849.82-
YUV105.12174.7795.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.67%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 188 (73.83% from 255) = 52.22%
R=16.67%
G=31.11%
B=52.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601121880.680.4000.26215.6251.6148.63
Hex3C70BC442801Ad83431
Octal74160274104500323306461
Binary111100111000010111100100010010100001101011011000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C70BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,112,188); }

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

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

 a { background-color: rgb(60,112,188); }

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

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

 span { border-color: rgb(60,112,188); }

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