Html Css Color HEX #2E394F Biscay

📋 copy color: '#2E394F'

red 46 ◦ green 57 ◦ blue 79

#2E394F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biscay #2E394F

Tints of Biscay #2E394F

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 value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2E394F (or 0x2E394F) is known color: 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

RGB 46 57 79 -
CMYK 0.42 0.28 0 0.69
HSL 220º 0.26% 0.25% -
HSV(B) 220º 0.42% 0.31% -
XYZ 4 4.07 7.97 -
YUV 56.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 46 57 79 0.42 0.28 0 0.69 220 0.26 0.25
Hex 2E 39 4F 2A 1C 0 45 DC 1A 19
Octal 56 71 117 52 34 0 105 334 32 31
Binary 101110 111001 1001111 101010 11100 0 1000101 11011100 11010 11001

Color Harmonies of #2E394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E394F

Black with #2E394F

Text Example


Text Example

White with #2E394F

Text Example


Text Example

HTML Codes & Css Web 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>