#2A284B

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

Shades of Paua #2A284B

Tints of Paua #2A284B

Color information

#2A284B (or 0x2A284B) is unknown color: approx Paua. HEX triplet: 2A, 28 and 4B. RGB value is (42,40,75). Sum of RGB (Red+Green+Blue) = 42+40+75=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A284B is #D5D7B4. Grayscale: #2C2C2C. Windows color (decimal): -14014389 or 4925482. OLE color: 4925482.

HSL color Cylindrical-coordinate representation of color #2A284B: hue angle of 243.43º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A284B is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB424075-
CMYK0.440.4700.71
HSL243.43º30.43%22.55%-
HSV(B)243.43º46.67%29.41%-
XYZ2.982.526.99-
YUV44.59145.16126.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.75%
GREEN value IS 40 (16.02% from 255) = 25.48%
BLUE value IS 75 (29.69% from 255) = 47.77%
R=26.75%
G=25.48%
B=47.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4240750.440.4700.71243.4330.4322.55
Hex2A284B2C2F047f31e17
Octal5250113545701073633627
Binary101010101000100101110110010111101000111111100111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,40,75); }

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

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

 a { background-color: rgb(42,40,75); }

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

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

 span { border-color: rgb(42,40,75); }

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