#2C495B

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

Shades of Arapawa #2C495B

Tints of Arapawa #2C495B

Color information

#2C495B (or 0x2C495B) is unknown color: approx Arapawa. HEX triplet: 2C, 49 and 5B. RGB value is (44,73,91). Sum of RGB (Red+Green+Blue) = 44+73+91=208 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.15% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #2C495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C495B is #D3B6A4. Grayscale: #424242. Windows color (decimal): -13874853 or 5982508. OLE color: 5982508.

HSL color Cylindrical-coordinate representation of color #2C495B: hue angle of 202.98º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C495B is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB447391-
CMYK0.520.2000.64
HSL202.98º34.81%26.47%-
HSV(B)202.98º51.65%35.69%-
XYZ5.316.0610.79-
YUV66.38141.89112.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.15%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 91 (35.94% from 255) = 43.75%
R=21.15%
G=35.10%
B=43.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4473910.520.2000.64202.9834.8126.47
Hex2C495B3414040cb231a
Octal54111133642401003134332
Binary1011001001001101101111010010100010000001100101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,73,91); }

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

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

 a { background-color: rgb(44,73,91); }

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

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

 span { border-color: rgb(44,73,91); }

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