Html Css Color HEX #2E485F Arapawa

📋 copy color: '#2E485F'

red 46 ◦ green 72 ◦ blue 95

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

Shades of Arapawa #2E485F

Tints of Arapawa #2E485F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.8%

 BLUE value IS 95 (37.5% from 255) = 44.6%

R = 21.6%
G = 33.8%
B = 44.6%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2E485F (or 0x2E485F) is known color: Arapawa. HEX triplet: 2E, 48 and 5F. RGB value is (46,72,95). Sum of RGB (Red+Green+Blue) = 46+72+95=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #2E485F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E485F is #D1B7A0. Grayscale: #424242. Windows color (decimal): -13744033 or 6244398. OLE color: 6244398.

HSL color Cylindrical-coordinate representation of color #2E485F: hue angle of 208.16º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E485F is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 46 72 95 -
CMYK 0.52 0.24 0 0.63
HSL 208.16º 0.35% 0.28% -
HSV(B) 208.16º 0.52% 0.37% -
XYZ 5.51 6.04 11.7 -
YUV 66.85 143.89 113.13 -
System Red Green Blue C M Y K H S L
Decimal 46 72 95 0.52 0.24 0 0.63 208.16 0.35 0.28
Hex 2E 48 5F 34 18 0 3F D0 23 1C
Octal 56 110 137 64 30 0 77 320 43 34
Binary 101110 1001000 1011111 110100 11000 0 111111 11010000 100011 11100

Color Harmonies of #2E485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E485F

Black with #2E485F

Text Example


Text Example

White with #2E485F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,72,95); }

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

background-color css

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

 a { background-color: rgb(46,72,95); }

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

border-color css

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

 span { border-color: rgb(46,72,95); }

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