Html Css Color HEX #2E5164 Arapawa

📋 copy color: '#2E5164'

red 46 ◦ green 81 ◦ blue 100

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

Shades of Arapawa #2E5164

Tints of Arapawa #2E5164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 44.05%

R = 20.26%
G = 35.68%
B = 44.05%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2E5164 (or 0x2E5164) is known color: Arapawa. HEX triplet: 2E, 51 and 64. RGB value is (46,81,100). Sum of RGB (Red+Green+Blue) = 46+81+100=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 100 (39.45% from 255 or 44.05% from 227); Max value from RGB is 100 - color contains mainly: blue. Hex color #2E5164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5164 is #D1AE9B. Grayscale: #484848. Windows color (decimal): -13741724 or 6574382. OLE color: 6574382.

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

Color convert

RGB 46 81 100 -
CMYK 0.54 0.19 0 0.61
HSL 201.11º 0.37% 0.29% -
HSV(B) 201.11º 0.54% 0.39% -
XYZ 6.37 7.39 13.15 -
YUV 72.7 143.4 108.96 -
System Red Green Blue C M Y K H S L
Decimal 46 81 100 0.54 0.19 0 0.61 201.11 0.37 0.29
Hex 2E 51 64 36 13 0 3D C9 25 1D
Octal 56 121 144 66 23 0 75 311 45 35
Binary 101110 1010001 1100100 110110 10011 0 111101 11001001 100101 11101

Color Harmonies of #2E5164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5164

Black with #2E5164

Text Example


Text Example

White with #2E5164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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