Html Css Color HEX #2E4655 Arapawa

📋 copy color: '#2E4655'

red 46 ◦ green 70 ◦ blue 85

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

Shades of Arapawa #2E4655

Tints of Arapawa #2E4655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.83%

 BLUE value IS 85 (33.59% from 255) = 42.29%

R = 22.89%
G = 34.83%
B = 42.29%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2E4655 (or 0x2E4655) is known color: Arapawa. HEX triplet: 2E, 46 and 55. RGB value is (46,70,85). Sum of RGB (Red+Green+Blue) = 46+70+85=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #2E4655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4655 is #D1B9AA. Grayscale: #404040. Windows color (decimal): -13744555 or 5588526. OLE color: 5588526.

HSL color Cylindrical-coordinate representation of color #2E4655: hue angle of 203.08º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E4655 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 70 85 -
CMYK 0.46 0.18 0 0.67
HSL 203.08º 0.3% 0.26% -
HSV(B) 203.08º 0.46% 0.33% -
XYZ 4.96 5.62 9.42 -
YUV 64.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 46 70 85 0.46 0.18 0 0.67 203.08 0.3 0.26
Hex 2E 46 55 2E 12 0 43 CB 1E 1A
Octal 56 106 125 56 22 0 103 313 36 32
Binary 101110 1000110 1010101 101110 10010 0 1000011 11001011 11110 11010

Color Harmonies of #2E4655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4655

Black with #2E4655

Text Example


Text Example

White with #2E4655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,70,85); }

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

background-color css

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

 a { background-color: rgb(46,70,85); }

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

border-color css

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

 span { border-color: rgb(46,70,85); }

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