#2A5760

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

Shades of Arapawa #2A5760

Tints of Arapawa #2A5760

Color information

#2A5760 (or 0x2A5760) is unknown color: approx Arapawa. HEX triplet: 2A, 57 and 60. RGB value is (42,87,96). Sum of RGB (Red+Green+Blue) = 42+87+96=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #2A5760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5760 is #D5A89F. Grayscale: #4A4A4A. Windows color (decimal): -14002336 or 6313770. OLE color: 6313770.

HSL color Cylindrical-coordinate representation of color #2A5760: hue angle of 190º 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 #2A5760 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB428796-
CMYK0.560.0900.62
HSL190º39.13%27.06%-
HSV(B)190º56.25%37.65%-
XYZ6.478.1512.3-
YUV74.57140.09104.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.67%
GREEN value IS 87 (34.38% from 255) = 38.67%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=18.67%
G=38.67%
B=42.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4287960.560.0900.6219039.1327.06
Hex2A576038903Ebe271b
Octal5212714070110762764733
Binary10101010101111100000111000100101111101011111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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