Html Css Color HEX #2E3A51 Biscay

📋 copy color: '#2E3A51'

red 46 ◦ green 58 ◦ blue 81

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

Shades of Biscay #2E3A51

Tints of Biscay #2E3A51

RGB

 RED value IS 46 (18.36% from 255) = 24.86%

 GREEN value IS 58 (23.05% from 255) = 31.35%

 BLUE value IS 81 (32.03% from 255) = 43.78%

R = 24.86%
G = 31.35%
B = 43.78%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#2E3A51 (or 0x2E3A51) is known color: Biscay. HEX triplet: 2E, 3A and 51. RGB value is (46,58,81). Sum of RGB (Red+Green+Blue) = 46+58+81=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #2E3A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3A51 is #D1C5AE. Grayscale: #383838. Windows color (decimal): -13747631 or 5323310. OLE color: 5323310.

HSL color Cylindrical-coordinate representation of color #2E3A51: hue angle of 219.43º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E3A51 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 46 58 81 -
CMYK 0.43 0.28 0 0.68
HSL 219.43º 0.28% 0.25% -
HSV(B) 219.43º 0.43% 0.32% -
XYZ 4.12 4.2 8.38 -
YUV 57.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 46 58 81 0.43 0.28 0 0.68 219.43 0.28 0.25
Hex 2E 3A 51 2B 1C 0 44 DB 1C 19
Octal 56 72 121 53 34 0 104 333 34 31
Binary 101110 111010 1010001 101011 11100 0 1000100 11011011 11100 11001

Color Harmonies of #2E3A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3A51

Black with #2E3A51

Text Example


Text Example

White with #2E3A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E3A51;
 }
 .AnyTagClassName
 {
   color: #2E3A51;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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