#2D284A

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

Shades of Paua #2D284A

Tints of Paua #2D284A

Color information

#2D284A (or 0x2D284A) is unknown color: approx Paua. HEX triplet: 2D, 28 and 4A. RGB value is (45,40,74). Sum of RGB (Red+Green+Blue) = 45+40+74=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 74 - color contains mainly: blue. Hex color #2D284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D284A is #D2D7B5. Grayscale: #2D2D2D. Windows color (decimal): -13817782 or 4859949. OLE color: 4859949.

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

Color convert

RGB454074-
CMYK0.390.4600.71
HSL248.82º29.82%22.35%-
HSV(B)248.82º45.95%29.02%-
XYZ3.082.576.81-
YUV45.37144.16127.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.30%
GREEN value IS 40 (16.02% from 255) = 25.16%
BLUE value IS 74 (29.30% from 255) = 46.54%
R=28.30%
G=25.16%
B=46.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4540740.390.4600.71248.8229.8222.35
Hex2D284A272E047f91e16
Octal5550112475601073713626
Binary101101101000100101010011110111001000111111110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,40,74); }

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

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

 a { background-color: rgb(45,40,74); }

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

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

 span { border-color: rgb(45,40,74); }

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