#3B71BC

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

Shades of Steel Blue #3B71BC

Tints of Steel Blue #3B71BC

Color information

#3B71BC (or 0x3B71BC) is unknown color: approx Steel Blue. HEX triplet: 3B, 71 and BC. RGB value is (59,113,188). Sum of RGB (Red+Green+Blue) = 59+113+188=360 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.39% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B71BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B71BC is #C48E43. Grayscale: #696969. Windows color (decimal): -12881476 or 12349755. OLE color: 12349755.

HSL color Cylindrical-coordinate representation of color #3B71BC: hue angle of 214.88º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B71BC is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB59113188-
CMYK0.690.4000.26
HSL214.88º52.23%48.43%-
HSV(B)214.88º68.62%73.73%-
XYZ16.7916.3749.85-
YUV105.4174.6194.9-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.39%
GREEN value IS 113 (44.53% from 255) = 31.39%
BLUE value IS 188 (73.83% from 255) = 52.22%
R=16.39%
G=31.39%
B=52.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal591131880.690.4000.26214.8852.2348.43
Hex3B71BC452801Ad73430
Octal73161274105500323276460
Binary111011111000110111100100010110100001101011010111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B71BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,113,188); }

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

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

 a { background-color: rgb(59,113,188); }

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

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

 span { border-color: rgb(59,113,188); }

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