#3C78AB

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

Shades of Steel Blue #3C78AB

Tints of Steel Blue #3C78AB

Color information

#3C78AB (or 0x3C78AB) is unknown color: approx Steel Blue. HEX triplet: 3C, 78 and AB. RGB value is (60,120,171). Sum of RGB (Red+Green+Blue) = 60+120+171=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C78AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C78AB is #C38754. Grayscale: #6B6B6B. Windows color (decimal): -12814165 or 11237436. OLE color: 11237436.

HSL color Cylindrical-coordinate representation of color #3C78AB: hue angle of 207.57º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C78AB is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB60120171-
CMYK0.650.3000.33
HSL207.57º48.05%45.29%-
HSV(B)207.57º64.91%67.06%-
XYZ15.9317.3341.03-
YUV107.87163.6293.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.09%
GREEN value IS 120 (47.27% from 255) = 34.19%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=17.09%
G=34.19%
B=48.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601201710.650.3000.33207.5748.0545.29
Hex3C78AB411E021d0302d
Octal74170253101360413206055
Binary111100111100010101011100000111110010000111010000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C78AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,120,171); }

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

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

 a { background-color: rgb(60,120,171); }

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

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

 span { border-color: rgb(60,120,171); }

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