#3D70C4

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

Shades of Steel Blue #3D70C4

Tints of Steel Blue #3D70C4

Color information

#3D70C4 (or 0x3D70C4) is unknown color: approx Steel Blue. HEX triplet: 3D, 70 and C4. RGB value is (61,112,196). Sum of RGB (Red+Green+Blue) = 61+112+196=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 112 (44.14% from 255 or 30.35% 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 #3D70C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D70C4 is #C28F3B. Grayscale: #696969. Windows color (decimal): -12750652 or 12873789. OLE color: 12873789.

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

Color convert

RGB61112196-
CMYK0.690.4300.23
HSL217.33º53.36%50.39%-
HSV(B)217.33º68.88%76.86%-
XYZ17.6816.5754.49-
YUV106.33178.695.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.53%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 196 (76.95% from 255) = 53.12%
R=16.53%
G=30.35%
B=53.12%

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
Decimal611121960.690.4300.23217.3353.3650.39
Hex3D70C4452B017d93532
Octal75160304105530273316562
Binary111101111000011000100100010110101101011111011001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D70C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,112,196); }

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

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

 a { background-color: rgb(61,112,196); }

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

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

 span { border-color: rgb(61,112,196); }

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