#3C6FC4

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

Shades of Steel Blue #3C6FC4

Tints of Steel Blue #3C6FC4

Color information

#3C6FC4 (or 0x3C6FC4) is unknown color: approx Steel Blue. HEX triplet: 3C, 6F and C4. RGB value is (60,111,196). Sum of RGB (Red+Green+Blue) = 60+111+196=367 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.35% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 196 (76.95% from 255 or 53.41% from 367); Max value from RGB is 196 - color contains mainly: blue. Hex color #3C6FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6FC4 is #C3903B. Grayscale: #696969. Windows color (decimal): -12816444 or 12873532. OLE color: 12873532.

HSL color Cylindrical-coordinate representation of color #3C6FC4: hue angle of 217.5º 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 #3C6FC4 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB60111196-
CMYK0.690.4300.23
HSL217.5º53.54%50.2%-
HSV(B)217.5º69.39%76.86%-
XYZ17.5116.3254.45-
YUV105.44179.195.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.35%
GREEN value IS 111 (43.75% from 255) = 30.25%
BLUE value IS 196 (76.95% from 255) = 53.41%
R=16.35%
G=30.25%
B=53.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal601111960.690.4300.23217.553.5450.2
Hex3C6FC4452B017da3632
Octal74157304105530273326662
Binary111100110111111000100100010110101101011111011010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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