#3D78AA

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

Shades of Steel Blue #3D78AA

Tints of Steel Blue #3D78AA

Color information

#3D78AA (or 0x3D78AA) is unknown color: approx Steel Blue. HEX triplet: 3D, 78 and AA. RGB value is (61,120,170). Sum of RGB (Red+Green+Blue) = 61+120+170=351 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.38% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D78AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D78AA is #C28755. Grayscale: #6B6B6B. Windows color (decimal): -12748630 or 11171901. OLE color: 11171901.

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

Color convert

RGB61120170-
CMYK0.640.2900.33
HSL207.52º47.19%45.29%-
HSV(B)207.52º64.12%66.67%-
XYZ15.917.3340.54-
YUV108.06162.9594.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.38%
GREEN value IS 120 (47.27% from 255) = 34.19%
BLUE value IS 170 (66.80% from 255) = 48.43%
R=17.38%
G=34.19%
B=48.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611201700.640.2900.33207.5247.1945.29
Hex3D78AA401D021d02f2d
Octal75170252100350413205755
Binary111101111100010101010100000011101010000111010000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D78AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,120,170); }

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

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

 a { background-color: rgb(61,120,170); }

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

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

 span { border-color: rgb(61,120,170); }

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