#3E75BA

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

Shades of Steel Blue #3E75BA

Tints of Steel Blue #3E75BA

Color information

#3E75BA (or 0x3E75BA) is unknown color: approx Steel Blue. HEX triplet: 3E, 75 and BA. RGB value is (62,117,186). Sum of RGB (Red+Green+Blue) = 62+117+186=365 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.99% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E75BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E75BA is #C18A45. Grayscale: #6C6C6C. Windows color (decimal): -12683846 or 12219710. OLE color: 12219710.

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

Color convert

RGB62117186-
CMYK0.670.3700.27
HSL213.39º50%48.63%-
HSV(B)213.39º66.67%72.94%-
XYZ17.2117.2948.88-
YUV108.42171.7894.89-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.99%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=16.99%
G=32.05%
B=50.96%

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
Decimal621171860.670.3700.27213.395048.63
Hex3E75BA432501Bd53231
Octal76165272103450333256261
Binary111110111010110111010100001110010101101111010101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E75BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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