Html Css Color HEX #2E4961 Arapawa

📋 copy color: '#2E4961'

red 46 ◦ green 73 ◦ blue 97

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

Shades of Arapawa #2E4961

Tints of Arapawa #2E4961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.8%

 BLUE value IS 97 (38.28% from 255) = 44.91%

R = 21.3%
G = 33.8%
B = 44.91%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E4961 (or 0x2E4961) is known color: Arapawa. HEX triplet: 2E, 49 and 61. RGB value is (46,73,97). Sum of RGB (Red+Green+Blue) = 46+73+97=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E4961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4961 is #D1B69E. Grayscale: #434343. Windows color (decimal): -13743775 or 6375726. OLE color: 6375726.

HSL color Cylindrical-coordinate representation of color #2E4961: hue angle of 208.24º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E4961 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 73 97 -
CMYK 0.53 0.25 0 0.62
HSL 208.24º 0.36% 0.28% -
HSV(B) 208.24º 0.53% 0.38% -
XYZ 5.67 6.21 12.21 -
YUV 67.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 46 73 97 0.53 0.25 0 0.62 208.24 0.36 0.28
Hex 2E 49 61 35 19 0 3E D0 24 1C
Octal 56 111 141 65 31 0 76 320 44 34
Binary 101110 1001001 1100001 110101 11001 0 111110 11010000 100100 11100

Color Harmonies of #2E4961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4961

Black with #2E4961

Text Example


Text Example

White with #2E4961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,73,97); }

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

background-color css

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

 a { background-color: rgb(46,73,97); }

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

border-color css

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

 span { border-color: rgb(46,73,97); }

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