#2C5561

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

Shades of Arapawa #2C5561

Tints of Arapawa #2C5561

Color information

#2C5561 (or 0x2C5561) is unknown color: approx Arapawa. HEX triplet: 2C, 55 and 61. RGB value is (44,85,97). Sum of RGB (Red+Green+Blue) = 44+85+97=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #2C5561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5561 is #D3AA9E. Grayscale: #4A4A4A. Windows color (decimal): -13871775 or 6378796. OLE color: 6378796.

HSL color Cylindrical-coordinate representation of color #2C5561: hue angle of 193.58º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C5561 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB448597-
CMYK0.550.1200.62
HSL193.58º37.59%27.65%-
HSV(B)193.58º54.64%38.04%-
XYZ6.447.912.49-
YUV74.11140.92106.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.47%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 97 (38.28% from 255) = 42.92%
R=19.47%
G=37.61%
B=42.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4485970.550.1200.62193.5837.5927.65
Hex2C556137C03Ec2261c
Octal5412514167140763024634
Binary10110010101011100001110111110001111101100001010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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