#2C5563

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

Shades of Arapawa #2C5563

Tints of Arapawa #2C5563

Color information

#2C5563 (or 0x2C5563) is unknown color: approx Arapawa. HEX triplet: 2C, 55 and 63. RGB value is (44,85,99). Sum of RGB (Red+Green+Blue) = 44+85+99=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #2C5563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5563 is #D3AA9C. Grayscale: #4A4A4A. Windows color (decimal): -13871773 or 6509868. OLE color: 6509868.

HSL color Cylindrical-coordinate representation of color #2C5563: hue angle of 195.27º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C5563 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB448599-
CMYK0.560.1400.61
HSL195.27º38.46%28.04%-
HSV(B)195.27º55.56%38.82%-
XYZ6.547.9312.99-
YUV74.34141.92106.36-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.30%
GREEN value IS 85 (33.59% from 255) = 37.28%
BLUE value IS 99 (39.06% from 255) = 43.42%
R=19.30%
G=37.28%
B=43.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4485990.560.1400.61195.2738.4628.04
Hex2C556338E03Dc3261c
Octal5412514370160753034634
Binary10110010101011100011111000111001111011100001110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,85,99); }

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

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

 a { background-color: rgb(44,85,99); }

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

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

 span { border-color: rgb(44,85,99); }

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