#2E4655

Color #2E4655 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #2E4655

Tints of Arapawa #2E4655

Color information

#2E4655 (or 0x2E4655) is unknown color: approx 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

RGB467085-
CMYK0.460.1800.67
HSL203.08º29.77%25.69%-
HSV(B)203.08º45.88%33.33%-
XYZ4.965.629.42-
YUV64.53139.55114.78-

RGB Variations

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

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 (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4670850.460.1800.67203.0829.7725.69
Hex2E46552E12043cb1e1a
Octal56106125562201033133632
Binary101110100011010101011011101001001000011110010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>