#2C495F

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

Shades of Arapawa #2C495F

Tints of Arapawa #2C495F

Color information

#2C495F (or 0x2C495F) is unknown color: approx Arapawa. HEX triplet: 2C, 49 and 5F. RGB value is (44,73,95). Sum of RGB (Red+Green+Blue) = 44+73+95=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 95 - color contains mainly: blue. Hex color #2C495F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C495F is #D3B6A0. Grayscale: #424242. Windows color (decimal): -13874849 or 6244652. OLE color: 6244652.

HSL color Cylindrical-coordinate representation of color #2C495F: hue angle of 205.88º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C495F is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB447395-
CMYK0.540.2300.63
HSL205.88º36.69%27.25%-
HSV(B)205.88º53.68%37.25%-
XYZ5.496.1311.72-
YUV66.84143.89111.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.75%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 95 (37.5% from 255) = 44.81%
R=20.75%
G=34.43%
B=44.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4473950.540.2300.63205.8836.6927.25
Hex2C495F361703Fce251b
Octal5411113766270773164533
Binary101100100100110111111101101011101111111100111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,73,95); }

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

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

 a { background-color: rgb(44,73,95); }

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

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

 span { border-color: rgb(44,73,95); }

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