#2A525E

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

Shades of Arapawa #2A525E

Tints of Arapawa #2A525E

Color information

#2A525E (or 0x2A525E) is unknown color: approx Arapawa. HEX triplet: 2A, 52 and 5E. RGB value is (42,82,94). Sum of RGB (Red+Green+Blue) = 42+82+94=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 94 - color contains mainly: blue. Hex color #2A525E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A525E is #D5ADA1. Grayscale: #474747. Windows color (decimal): -14003618 or 6181418. OLE color: 6181418.

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

Color convert

RGB428294-
CMYK0.550.1300.63
HSL193.85º38.24%26.67%-
HSV(B)193.85º55.32%36.86%-
XYZ5.997.3311.69-
YUV71.41140.75107.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.27%
GREEN value IS 82 (32.42% from 255) = 37.61%
BLUE value IS 94 (37.11% from 255) = 43.12%
R=19.27%
G=37.61%
B=43.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4282940.550.1300.63193.8538.2426.67
Hex2A525E37D03Fc2261b
Octal5212213667150773024633
Binary10101010100101011110110111110101111111100001010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,82,94); }

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

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

 a { background-color: rgb(42,82,94); }

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

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

 span { border-color: rgb(42,82,94); }

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