#2C5363

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

Shades of Arapawa #2C5363

Tints of Arapawa #2C5363

Color information

#2C5363 (or 0x2C5363) is unknown color: approx Arapawa. HEX triplet: 2C, 53 and 63. RGB value is (44,83,99). Sum of RGB (Red+Green+Blue) = 44+83+99=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #2C5363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5363 is #D3AC9C. Grayscale: #494949. Windows color (decimal): -13872285 or 6509356. OLE color: 6509356.

HSL color Cylindrical-coordinate representation of color #2C5363: hue angle of 197.45º 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 #2C5363 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB448399-
CMYK0.560.1600.61
HSL197.45º38.46%28.04%-
HSV(B)197.45º55.56%38.82%-
XYZ6.387.6212.94-
YUV73.16142.58107.2-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.47%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 99 (39.06% from 255) = 43.81%
R=19.47%
G=36.73%
B=43.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4483990.560.1600.61197.4538.4628.04
Hex2C5363381003Dc5261c
Octal5412314370200753054634
Binary101100101001111000111110001000001111011100010110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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