Html Css Color HEX #2E3440 Shark

📋 copy color: '#2E3440'

red 46 ◦ green 52 ◦ blue 64

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

Shades of Shark #2E3440

Tints of Shark #2E3440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.1%

 BLUE value IS 64 (25.39% from 255) = 39.51%

R = 28.4%
G = 32.1%
B = 39.51%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2E3440 (or 0x2E3440) is known color: Shark. HEX triplet: 2E, 34 and 40. RGB value is (46,52,64). Sum of RGB (Red+Green+Blue) = 46+52+64=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E3440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3440 is #D1CBBF. Grayscale: #333333. Windows color (decimal): -13749184 or 4207662. OLE color: 4207662.

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

Color convert

RGB 46 52 64 -
CMYK 0.28 0.19 0 0.75
HSL 220º 0.16% 0.22% -
HSV(B) 220º 0.28% 0.25% -
XYZ 3.28 3.41 5.34 -
YUV 51.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 46 52 64 0.28 0.19 0 0.75 220 0.16 0.22
Hex 2E 34 40 1C 13 0 4B DC 10 16
Octal 56 64 100 34 23 0 113 334 20 26
Binary 101110 110100 1000000 11100 10011 0 1001011 11011100 10000 10110

Color Harmonies of #2E3440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3440

Black with #2E3440

Text Example


Text Example

White with #2E3440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,52,64); }

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

background-color css

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

 a { background-color: rgb(46,52,64); }

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

border-color css

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

 span { border-color: rgb(46,52,64); }

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