#2c475f

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

Shades of Arapawa #2C475F

Tints of Arapawa #2C475F

Color information

#2C475F (or 0x2C475F) is unknown color: approx Arapawa. HEX triplet: 2C, 47 and 5F. RGB value is (44,71,95). Sum of RGB (Red+Green+Blue) = 44+71+95=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #2C475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C475F is #D3B8A0. Grayscale: #414141. Windows color (decimal): -13875361 or 6244140. OLE color: 6244140.

HSL color Cylindrical-coordinate representation of color #2C475F: hue angle of 208.24º 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 #2C475F is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB447195-
CMYK0.540.2500.63
HSL208.24º36.69%27.25%-
HSV(B)208.24º53.68%37.25%-
XYZ5.365.8711.68-
YUV65.66144.55112.55-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.95%
GREEN value IS 71 (28.12% from 255) = 33.81%
BLUE value IS 95 (37.5% from 255) = 45.24%
R=20.95%
G=33.81%
B=45.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4471950.540.2500.63208.2436.6927.25
Hex2C475F361903Fd0251b
Octal5410713766310773204533
Binary101100100011110111111101101100101111111101000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c475f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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