#2A5060

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

Shades of Arapawa #2A5060

Tints of Arapawa #2A5060

Color information

#2A5060 (or 0x2A5060) is unknown color: approx Arapawa. HEX triplet: 2A, 50 and 60. RGB value is (42,80,96). Sum of RGB (Red+Green+Blue) = 42+80+96=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #2A5060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5060 is #D5AF9F. Grayscale: #464646. Windows color (decimal): -14004128 or 6311978. OLE color: 6311978.

HSL color Cylindrical-coordinate representation of color #2A5060: hue angle of 197.78º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A5060 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB428096-
CMYK0.560.1700.62
HSL197.78º39.13%27.06%-
HSV(B)197.78º56.25%37.65%-
XYZ5.937.0712.12-
YUV70.46142.41107.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.27%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=19.27%
G=36.70%
B=44.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4280960.560.1700.62197.7839.1327.06
Hex2A5060381103Ec6271b
Octal5212014070210763064733
Binary101010101000011000001110001000101111101100011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,80,96); }

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

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

 a { background-color: rgb(42,80,96); }

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

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

 span { border-color: rgb(42,80,96); }

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