#2E3957

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

Shades of Biscay #2E3957

Tints of Biscay #2E3957

Color information

#2E3957 (or 0x2E3957) is unknown color: approx Biscay. HEX triplet: 2E, 39 and 57. RGB value is (46,57,87). Sum of RGB (Red+Green+Blue) = 46+57+87=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #2E3957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3957 is #D1C6A8. Grayscale: #383838. Windows color (decimal): -13747881 or 5716270. OLE color: 5716270.

HSL color Cylindrical-coordinate representation of color #2E3957: hue angle of 223.9º 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 #2E3957 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB465787-
CMYK0.470.3400.66
HSL223.9º30.83%26.08%-
HSV(B)223.9º47.13%34.12%-
XYZ4.314.29.6-
YUV57.13144.86120.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.21%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=24.21%
G=30%
B=45.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4657870.470.3400.66223.930.8326.08
Hex2E39572F22042e01f1a
Octal5671127574201023403732
Binary101110111001101011110111110001001000010111000001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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