#3C71C4

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

Shades of Steel Blue #3C71C4

Tints of Steel Blue #3C71C4

Color information

#3C71C4 (or 0x3C71C4) is unknown color: approx Steel Blue. HEX triplet: 3C, 71 and C4. RGB value is (60,113,196). Sum of RGB (Red+Green+Blue) = 60+113+196=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 196 (76.95% from 255 or 53.12% from 369); Max value from RGB is 196 - color contains mainly: blue. Hex color #3C71C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C71C4 is #C38E3B. Grayscale: #6A6A6A. Windows color (decimal): -12815932 or 12874044. OLE color: 12874044.

HSL color Cylindrical-coordinate representation of color #3C71C4: hue angle of 216.62º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C71C4 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB60113196-
CMYK0.690.4200.23
HSL216.62º53.54%50.2%-
HSV(B)216.62º69.39%76.86%-
XYZ17.7316.7654.52-
YUV106.62178.4494.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.26%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 196 (76.95% from 255) = 53.12%
R=16.26%
G=30.62%
B=53.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal601131960.690.4200.23216.6253.5450.2
Hex3C71C4452A017d93632
Octal74161304105520273316662
Binary111100111000111000100100010110101001011111011001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C71C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,113,196); }

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

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

 a { background-color: rgb(60,113,196); }

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

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

 span { border-color: rgb(60,113,196); }

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