#2E394F

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

Shades of Biscay #2E394F

Tints of Biscay #2E394F

Color information

#2E394F (or 0x2E394F) is unknown color: approx Biscay. HEX triplet: 2E, 39 and 4F. RGB value is (46,57,79). Sum of RGB (Red+Green+Blue) = 46+57+79=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E394F is #D1C6B0. Grayscale: #383838. Windows color (decimal): -13747889 or 5191982. OLE color: 5191982.

HSL color Cylindrical-coordinate representation of color #2E394F: hue angle of 220º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E394F is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB465779-
CMYK0.420.2800.69
HSL220º26.4%24.51%-
HSV(B)220º41.77%30.98%-
XYZ44.077.97-
YUV56.22140.86120.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.27%
GREEN value IS 57 (22.66% from 255) = 31.32%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=25.27%
G=31.32%
B=43.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4657790.420.2800.6922026.424.51
Hex2E394F2A1C045dc1a19
Octal5671117523401053343231
Binary10111011100110011111010101110001000101110111001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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