Html Css Color HEX #2E3447 Bunting

📋 copy color: '#2E3447'

red 46 ◦ green 52 ◦ blue 71

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

Shades of Bunting #2E3447

Tints of Bunting #2E3447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 42.01%

R = 27.22%
G = 30.77%
B = 42.01%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2E3447 (or 0x2E3447) is known color: Bunting. HEX triplet: 2E, 34 and 47. RGB value is (46,52,71). Sum of RGB (Red+Green+Blue) = 46+52+71=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 71 - color contains mainly: blue. Hex color #2E3447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3447 is #D1CBB8. Grayscale: #343434. Windows color (decimal): -13749177 or 4666414. OLE color: 4666414.

HSL color Cylindrical-coordinate representation of color #2E3447: hue angle of 225.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2E3447 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 46 52 71 -
CMYK 0.35 0.27 0 0.72
HSL 225.6º 0.21% 0.23% -
HSV(B) 225.6º 0.35% 0.28% -
XYZ 3.49 3.49 6.45 -
YUV 52.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 46 52 71 0.35 0.27 0 0.72 225.6 0.21 0.23
Hex 2E 34 47 23 1B 0 48 E2 15 17
Octal 56 64 107 43 33 0 110 342 25 27
Binary 101110 110100 1000111 100011 11011 0 1001000 11100010 10101 10111

Color Harmonies of #2E3447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3447

Black with #2E3447

Text Example


Text Example

White with #2E3447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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