Html Css Color HEX #2E5163 Arapawa

📋 copy color: '#2E5163'

red 46 ◦ green 81 ◦ blue 99

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

Shades of Arapawa #2E5163

Tints of Arapawa #2E5163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 43.81%

R = 20.35%
G = 35.84%
B = 43.81%

CMYK

 C value IS 0.54

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2E5163 (or 0x2E5163) is known color: Arapawa. HEX triplet: 2E, 51 and 63. RGB value is (46,81,99). Sum of RGB (Red+Green+Blue) = 46+81+99=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #2E5163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5163 is #D1AE9C. Grayscale: #484848. Windows color (decimal): -13741725 or 6508846. OLE color: 6508846.

HSL color Cylindrical-coordinate representation of color #2E5163: hue angle of 200.38º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E5163 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 46 81 99 -
CMYK 0.54 0.18 0 0.61
HSL 200.38º 0.37% 0.28% -
HSV(B) 200.38º 0.54% 0.39% -
XYZ 6.32 7.37 12.89 -
YUV 72.59 142.9 109.04 -
System Red Green Blue C M Y K H S L
Decimal 46 81 99 0.54 0.18 0 0.61 200.38 0.37 0.28
Hex 2E 51 63 36 12 0 3D C8 25 1C
Octal 56 121 143 66 22 0 75 310 45 34
Binary 101110 1010001 1100011 110110 10010 0 111101 11001000 100101 11100

Color Harmonies of #2E5163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5163

Black with #2E5163

Text Example


Text Example

White with #2E5163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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