#3C71C1

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

Shades of Steel Blue #3C71C1

Tints of Steel Blue #3C71C1

Color information

#3C71C1 (or 0x3C71C1) is unknown color: approx Steel Blue. HEX triplet: 3C, 71 and C1. RGB value is (60,113,193). Sum of RGB (Red+Green+Blue) = 60+113+193=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #3C71C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C71C1 is #C38E3E. Grayscale: #696969. Windows color (decimal): -12815935 or 12677436. OLE color: 12677436.

HSL color Cylindrical-coordinate representation of color #3C71C1: hue angle of 216.09º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C71C1 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB60113193-
CMYK0.690.4100.24
HSL216.09º52.57%49.61%-
HSV(B)216.09º68.91%75.69%-
XYZ17.3916.6252.74-
YUV106.27176.9495-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.39%
GREEN value IS 113 (44.53% from 255) = 30.87%
BLUE value IS 193 (75.78% from 255) = 52.73%
R=16.39%
G=30.87%
B=52.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal601131930.690.4100.24216.0952.5749.61
Hex3C71C14529018d83532
Octal74161301105510303306562
Binary111100111000111000001100010110100101100011011000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C71C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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