#2E3A4F

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

Shades of Biscay #2E3A4F

Tints of Biscay #2E3A4F

Color information

#2E3A4F (or 0x2E3A4F) is unknown color: approx Biscay. HEX triplet: 2E, 3A and 4F. RGB value is (46,58,79). Sum of RGB (Red+Green+Blue) = 46+58+79=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E3A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3A4F is #D1C5B0. Grayscale: #383838. Windows color (decimal): -13747633 or 5192238. OLE color: 5192238.

HSL color Cylindrical-coordinate representation of color #2E3A4F: hue angle of 218.18º 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 #2E3A4F is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB465879-
CMYK0.420.2700.69
HSL218.18º26.4%24.51%-
HSV(B)218.18º41.77%30.98%-
XYZ4.054.177.99-
YUV56.81140.52120.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.14%
GREEN value IS 58 (23.05% from 255) = 31.69%
BLUE value IS 79 (31.25% from 255) = 43.17%
R=25.14%
G=31.69%
B=43.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4658790.420.2700.69218.1826.424.51
Hex2E3A4F2A1B045da1a19
Octal5672117523301053323231
Binary10111011101010011111010101101101000101110110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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