#3D72BB

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

Shades of Steel Blue #3D72BB

Tints of Steel Blue #3D72BB

Color information

#3D72BB (or 0x3D72BB) is unknown color: approx Steel Blue. HEX triplet: 3D, 72 and BB. RGB value is (61,114,187). Sum of RGB (Red+Green+Blue) = 61+114+187=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #3D72BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D72BB is #C28D44. Grayscale: #6A6A6A. Windows color (decimal): -12750149 or 12284477. OLE color: 12284477.

HSL color Cylindrical-coordinate representation of color #3D72BB: hue angle of 214.76º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D72BB is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB61114187-
CMYK0.670.3900.27
HSL214.76º50.81%48.63%-
HSV(B)214.76º67.38%73.33%-
XYZ16.9116.6149.33-
YUV106.48173.4495.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.85%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 187 (73.44% from 255) = 51.66%
R=16.85%
G=31.49%
B=51.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal611141870.670.3900.27214.7650.8148.63
Hex3D72BB432701Bd73331
Octal75162273103470333276361
Binary111101111001010111011100001110011101101111010111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D72BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,114,187); }

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

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

 a { background-color: rgb(61,114,187); }

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

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

 span { border-color: rgb(61,114,187); }

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