Html Css Color HEX #2E5363 Arapawa

📋 copy color: '#2E5363'

red 46 ◦ green 83 ◦ blue 99

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

Shades of Arapawa #2E5363

Tints of Arapawa #2E5363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.4%

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

R = 20.18%
G = 36.4%
B = 43.42%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2E5363 (or 0x2E5363) is known color: Arapawa. HEX triplet: 2E, 53 and 63. RGB value is (46,83,99). Sum of RGB (Red+Green+Blue) = 46+83+99=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #2E5363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5363 is #D1AC9C. Grayscale: #494949. Windows color (decimal): -13741213 or 6509358. OLE color: 6509358.

HSL color Cylindrical-coordinate representation of color #2E5363: hue angle of 198.11º 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 #2E5363 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 46 83 99 -
CMYK 0.54 0.16 0 0.61
HSL 198.11º 0.37% 0.28% -
HSV(B) 198.11º 0.54% 0.39% -
XYZ 6.47 7.67 12.94 -
YUV 73.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 46 83 99 0.54 0.16 0 0.61 198.11 0.37 0.28
Hex 2E 53 63 36 10 0 3D C6 25 1C
Octal 56 123 143 66 20 0 75 306 45 34
Binary 101110 1010011 1100011 110110 10000 0 111101 11000110 100101 11100

Color Harmonies of #2E5363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5363

Black with #2E5363

Text Example


Text Example

White with #2E5363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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