#3D76BF

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

Shades of Steel Blue #3D76BF

Tints of Steel Blue #3D76BF

Color information

#3D76BF (or 0x3D76BF) is unknown color: approx Steel Blue. HEX triplet: 3D, 76 and BF. RGB value is (61,118,191). Sum of RGB (Red+Green+Blue) = 61+118+191=370 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.49% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #3D76BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D76BF is #C28940. Grayscale: #6C6C6C. Windows color (decimal): -12749121 or 12547645. OLE color: 12547645.

HSL color Cylindrical-coordinate representation of color #3D76BF: hue angle of 213.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D76BF is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB61118191-
CMYK0.680.3800.25
HSL213.69º51.59%49.41%-
HSV(B)213.69º68.06%74.9%-
XYZ17.8117.7151.77-
YUV109.28174.1293.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.49%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 191 (75% from 255) = 51.62%
R=16.49%
G=31.89%
B=51.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal611181910.680.3800.25213.6951.5949.41
Hex3D76BF4426019d63431
Octal75166277104460313266461
Binary111101111011010111111100010010011001100111010110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D76BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,118,191); }

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

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

 a { background-color: rgb(61,118,191); }

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

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

 span { border-color: rgb(61,118,191); }

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