#2C5060

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

Shades of Arapawa #2C5060

Tints of Arapawa #2C5060

Color information

#2C5060 (or 0x2C5060) is unknown color: approx Arapawa. HEX triplet: 2C, 50 and 60. RGB value is (44,80,96). Sum of RGB (Red+Green+Blue) = 44+80+96=220 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #2C5060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5060 is #D3AF9F. Grayscale: #464646. Windows color (decimal): -13873056 or 6311980. OLE color: 6311980.

HSL color Cylindrical-coordinate representation of color #2C5060: hue angle of 198.46º 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 #2C5060 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB448096-
CMYK0.540.1700.62
HSL198.46º37.14%27.45%-
HSV(B)198.46º54.17%37.65%-
XYZ6.027.1212.12-
YUV71.06142.07108.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=20%
G=36.36%
B=43.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4480960.540.1700.62198.4637.1427.45
Hex2C5060361103Ec6251b
Octal5412014066210763064533
Binary101100101000011000001101101000101111101100011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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