#3C70BD

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

Shades of Steel Blue #3C70BD

Tints of Steel Blue #3C70BD

Color information

#3C70BD (or 0x3C70BD) is unknown color: approx Steel Blue. HEX triplet: 3C, 70 and BD. RGB value is (60,112,189). Sum of RGB (Red+Green+Blue) = 60+112+189=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C70BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C70BD is #C38F42. Grayscale: #686868. Windows color (decimal): -12816195 or 12415036. OLE color: 12415036.

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

Color convert

RGB60112189-
CMYK0.680.4100.26
HSL215.81º51.81%48.82%-
HSV(B)215.81º68.25%74.12%-
XYZ16.8416.2250.39-
YUV105.23175.2795.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.62%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 189 (74.22% from 255) = 52.35%
R=16.62%
G=31.02%
B=52.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601121890.680.4100.26215.8151.8148.82
Hex3C70BD442901Ad83431
Octal74160275104510323306461
Binary111100111000010111101100010010100101101011011000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C70BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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