#3D79AF

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

Shades of Steel Blue #3D79AF

Tints of Steel Blue #3D79AF

Color information

#3D79AF (or 0x3D79AF) is unknown color: approx Steel Blue. HEX triplet: 3D, 79 and AF. RGB value is (61,121,175). Sum of RGB (Red+Green+Blue) = 61+121+175=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D79AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D79AF is #C28650. Grayscale: #6C6C6C. Windows color (decimal): -12748369 or 11499837. OLE color: 11499837.

HSL color Cylindrical-coordinate representation of color #3D79AF: hue angle of 208.42º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D79AF is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB61121175-
CMYK0.650.3100.31
HSL208.42º48.31%46.27%-
HSV(B)208.42º65.14%68.63%-
XYZ16.517.7643.12-
YUV109.22165.1293.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.09%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=17.09%
G=33.89%
B=49.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal611211750.650.3100.31208.4248.3146.27
Hex3D79AF411F01Fd0302e
Octal75171257101370373206056
Binary11110111110011010111110000011111101111111010000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D79AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,121,175); }

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

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

 a { background-color: rgb(61,121,175); }

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

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

 span { border-color: rgb(61,121,175); }

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