Html Css Color HEX #2E4559 Arapawa

📋 copy color: '#2E4559'

red 46 ◦ green 69 ◦ blue 89

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

Shades of Arapawa #2E4559

Tints of Arapawa #2E4559

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.82%

 BLUE value IS 89 (35.16% from 255) = 43.63%

R = 22.55%
G = 33.82%
B = 43.63%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2E4559 (or 0x2E4559) is known color: Arapawa. HEX triplet: 2E, 45 and 59. RGB value is (46,69,89). Sum of RGB (Red+Green+Blue) = 46+69+89=204 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.55% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E4559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4559 is #D1BAA6. Grayscale: #404040. Windows color (decimal): -13744807 or 5850414. OLE color: 5850414.

HSL color Cylindrical-coordinate representation of color #2E4559: hue angle of 207.91º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E4559 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 69 89 -
CMYK 0.48 0.22 0 0.65
HSL 207.91º 0.32% 0.26% -
HSV(B) 207.91º 0.48% 0.35% -
XYZ 5.06 5.56 10.26 -
YUV 64.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 46 69 89 0.48 0.22 0 0.65 207.91 0.32 0.26
Hex 2E 45 59 30 16 0 41 D0 20 1A
Octal 56 105 131 60 26 0 101 320 40 32
Binary 101110 1000101 1011001 110000 10110 0 1000001 11010000 100000 11010

Color Harmonies of #2E4559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4559

Black with #2E4559

Text Example


Text Example

White with #2E4559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,69,89); }

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

background-color css

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

 a { background-color: rgb(46,69,89); }

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

border-color css

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

 span { border-color: rgb(46,69,89); }

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