#2E3A57

Color #2E3A57 Biscay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biscay #2E3A57

Tints of Biscay #2E3A57

Color information

#2E3A57 (or 0x2E3A57) is unknown color: approx Biscay. HEX triplet: 2E, 3A and 57. RGB value is (46,58,87). Sum of RGB (Red+Green+Blue) = 46+58+87=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #2E3A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3A57 is #D1C5A8. Grayscale: #393939. Windows color (decimal): -13747625 or 5716526. OLE color: 5716526.

HSL color Cylindrical-coordinate representation of color #2E3A57: hue angle of 222.44º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E3A57 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB465887-
CMYK0.470.3300.66
HSL222.44º30.83%26.08%-
HSV(B)222.44º47.13%34.12%-
XYZ4.364.39.62-
YUV57.72144.52119.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.08%
GREEN value IS 58 (23.05% from 255) = 30.37%
BLUE value IS 87 (34.38% from 255) = 45.55%
R=24.08%
G=30.37%
B=45.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4658870.470.3300.66222.4430.8326.08
Hex2E3A572F21042de1f1a
Octal5672127574101023363732
Binary101110111010101011110111110000101000010110111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E3A57; }

 p { color: rgb(46,58,87); }

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

<style>
 a { background-color: #2E3A57; }

 a { background-color: rgb(46,58,87); }

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

<style>
 span { border-color: #2E3A57; }

 span { border-color: rgb(46,58,87); }

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