#2E455A

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

Shades of Arapawa #2E455A

Tints of Arapawa #2E455A

Color information

#2E455A (or 0x2E455A) is unknown color: approx Arapawa. HEX triplet: 2E, 45 and 5A. RGB value is (46,69,90). Sum of RGB (Red+Green+Blue) = 46+69+90=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E455A is #D1BAA5. Grayscale: #404040. Windows color (decimal): -13744806 or 5915950. OLE color: 5915950.

HSL color Cylindrical-coordinate representation of color #2E455A: hue angle of 208.64º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E455A is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB466990-
CMYK0.490.2300.65
HSL208.64º32.35%26.67%-
HSV(B)208.64º48.89%35.29%-
XYZ5.15.5810.48-
YUV64.52142.38114.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.44%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 90 (35.55% from 255) = 43.90%
R=22.44%
G=33.66%
B=43.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4669900.490.2300.65208.6432.3526.67
Hex2E455A3117041d1201b
Octal56105132612701013214033
Binary1011101000101101101011000110111010000011101000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,69,90); }

 H1.HeaderClassName
 {
   color: #2E455A;
 }
 .AnyTagClassName
 {
   color: #2E455A;
 }
</style>
background-color css

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

 a { background-color: rgb(46,69,90); }

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

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

 span { border-color: rgb(46,69,90); }

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