#3E78BF

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

Shades of Steel Blue #3E78BF

Tints of Steel Blue #3E78BF

Color information

#3E78BF (or 0x3E78BF) is unknown color: approx Steel Blue. HEX triplet: 3E, 78 and BF. RGB value is (62,120,191). Sum of RGB (Red+Green+Blue) = 62+120+191=373 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.62% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E78BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E78BF is #C18740. Grayscale: #6E6E6E. Windows color (decimal): -12683073 or 12548158. OLE color: 12548158.

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

Color convert

RGB62120191-
CMYK0.680.3700.25
HSL213.02º50.99%49.61%-
HSV(B)213.02º67.54%74.9%-
XYZ18.1118.2251.85-
YUV110.75173.2893.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.62%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 191 (75% from 255) = 51.21%
R=16.62%
G=32.17%
B=51.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal621201910.680.3700.25213.0250.9949.61
Hex3E78BF4425019d53332
Octal76170277104450313256362
Binary111110111100010111111100010010010101100111010101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E78BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,120,191); }

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

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

 a { background-color: rgb(62,120,191); }

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

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

 span { border-color: rgb(62,120,191); }

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