#3E75BB

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

Shades of Steel Blue #3E75BB

Tints of Steel Blue #3E75BB

Color information

#3E75BB (or 0x3E75BB) is unknown color: approx Steel Blue. HEX triplet: 3E, 75 and BB. RGB value is (62,117,187). Sum of RGB (Red+Green+Blue) = 62+117+187=366 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.94% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E75BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E75BB is #C18A44. Grayscale: #6C6C6C. Windows color (decimal): -12683845 or 12285246. OLE color: 12285246.

HSL color Cylindrical-coordinate representation of color #3E75BB: hue angle of 213.6º degrees, saturation: 0.5, 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 #3E75BB is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB62117187-
CMYK0.670.3700.27
HSL213.6º50.2%48.82%-
HSV(B)213.6º66.84%73.33%-
XYZ17.3217.3349.45-
YUV108.54172.2894.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.94%
GREEN value IS 117 (46.09% from 255) = 31.97%
BLUE value IS 187 (73.44% from 255) = 51.09%
R=16.94%
G=31.97%
B=51.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal621171870.670.3700.27213.650.248.82
Hex3E75BB432501Bd63231
Octal76165273103450333266261
Binary111110111010110111011100001110010101101111010110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E75BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,117,187); }

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

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

 a { background-color: rgb(62,117,187); }

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

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

 span { border-color: rgb(62,117,187); }

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