#2A284E

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

Shades of Paua #2A284E

Tints of Paua #2A284E

Color information

#2A284E (or 0x2A284E) is unknown color: approx Paua. HEX triplet: 2A, 28 and 4E. RGB value is (42,40,78). Sum of RGB (Red+Green+Blue) = 42+40+78=160 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.25% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #2A284E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A284E is #D5D7B1. Grayscale: #2C2C2C. Windows color (decimal): -14014386 or 5122090. OLE color: 5122090.

HSL color Cylindrical-coordinate representation of color #2A284E: hue angle of 243.16º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A284E is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB424078-
CMYK0.460.4900.69
HSL243.16º32.2%23.14%-
HSV(B)243.16º48.72%30.59%-
XYZ3.092.567.54-
YUV44.93146.66125.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.25%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 78 (30.86% from 255) = 48.75%
R=26.25%
G=25%
B=48.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4240780.460.4900.69243.1632.223.14
Hex2A284E2E31045f32017
Octal5250116566101053634027
Binary1010101010001001110101110110001010001011111001110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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