#2C4863

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

Shades of Arapawa #2C4863

Tints of Arapawa #2C4863

Color information

#2C4863 (or 0x2C4863) is unknown color: approx Arapawa. HEX triplet: 2C, 48 and 63. RGB value is (44,72,99). Sum of RGB (Red+Green+Blue) = 44+72+99=215 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.47% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #2C4863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4863 is #D3B79C. Grayscale: #424242. Windows color (decimal): -13875101 or 6506540. OLE color: 6506540.

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

Color convert

RGB447299-
CMYK0.560.2700.61
HSL209.45º38.46%28.04%-
HSV(B)209.45º55.56%38.82%-
XYZ5.616.0712.68-
YUV66.71146.22111.8-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.47%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 99 (39.06% from 255) = 46.05%
R=20.47%
G=33.49%
B=46.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4472990.560.2700.61209.4538.4628.04
Hex2C4863381B03Dd1261c
Octal5411014370330753214634
Binary101100100100011000111110001101101111011101000110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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