#2C4A58

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

Shades of Arapawa #2C4A58

Tints of Arapawa #2C4A58

Color information

#2C4A58 (or 0x2C4A58) is unknown color: approx Arapawa. HEX triplet: 2C, 4A and 58. RGB value is (44,74,88). Sum of RGB (Red+Green+Blue) = 44+74+88=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C4A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4A58 is #D3B5A7. Grayscale: #424242. Windows color (decimal): -13874600 or 5786156. OLE color: 5786156.

HSL color Cylindrical-coordinate representation of color #2C4A58: hue angle of 199.09º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C4A58 is Cyan = 0.5, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB447488-
CMYK0.50.1600.65
HSL199.09º33.33%25.88%-
HSV(B)199.09º50%34.51%-
XYZ5.256.1410.14-
YUV66.63140.06111.86-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.36%
GREEN value IS 74 (29.30% from 255) = 35.92%
BLUE value IS 88 (34.77% from 255) = 42.72%
R=21.36%
G=35.92%
B=42.72%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4474880.50.1600.65199.0933.3325.88
Hex2C4A583210041c7211a
Octal54112130622001013074132
Binary1011001001010101100011001010000010000011100011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,74,88); }

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

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

 a { background-color: rgb(44,74,88); }

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

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

 span { border-color: rgb(44,74,88); }

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