Html Css Color HEX #2E5162 Arapawa

📋 copy color: '#2E5162'

red 46 ◦ green 81 ◦ blue 98

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

Shades of Arapawa #2E5162

Tints of Arapawa #2E5162

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36%

 BLUE value IS 98 (38.67% from 255) = 43.56%

R = 20.44%
G = 36%
B = 43.56%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E5162 (or 0x2E5162) is known color: Arapawa. HEX triplet: 2E, 51 and 62. RGB value is (46,81,98). Sum of RGB (Red+Green+Blue) = 46+81+98=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E5162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5162 is #D1AE9D. Grayscale: #484848. Windows color (decimal): -13741726 or 6443310. OLE color: 6443310.

HSL color Cylindrical-coordinate representation of color #2E5162: hue angle of 199.62º 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 #2E5162 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 81 98 -
CMYK 0.53 0.17 0 0.62
HSL 199.62º 0.36% 0.28% -
HSV(B) 199.62º 0.53% 0.38% -
XYZ 6.27 7.35 12.64 -
YUV 72.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 46 81 98 0.53 0.17 0 0.62 199.62 0.36 0.28
Hex 2E 51 62 35 11 0 3E C8 24 1C
Octal 56 121 142 65 21 0 76 310 44 34
Binary 101110 1010001 1100010 110101 10001 0 111110 11001000 100100 11100

Color Harmonies of #2E5162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5162

Black with #2E5162

Text Example


Text Example

White with #2E5162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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