#2C5160

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

Shades of Arapawa #2C5160

Tints of Arapawa #2C5160

Color information

#2C5160 (or 0x2C5160) is unknown color: approx Arapawa. HEX triplet: 2C, 51 and 60. RGB value is (44,81,96). Sum of RGB (Red+Green+Blue) = 44+81+96=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #2C5160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5160 is #D3AE9F. Grayscale: #474747. Windows color (decimal): -13872800 or 6312236. OLE color: 6312236.

HSL color Cylindrical-coordinate representation of color #2C5160: hue angle of 197.31º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C5160 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB448196-
CMYK0.540.1600.62
HSL197.31º37.14%27.45%-
HSV(B)197.31º54.17%37.65%-
XYZ6.097.2612.15-
YUV71.65141.74108.28-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.91%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=19.91%
G=36.65%
B=43.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4481960.540.1600.62197.3137.1427.45
Hex2C5160361003Ec5251b
Octal5412114066200763054533
Binary101100101000111000001101101000001111101100010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,81,96); }

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

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

 a { background-color: rgb(44,81,96); }

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

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

 span { border-color: rgb(44,81,96); }

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