#2D294A

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

Shades of Paua #2D294A

Tints of Paua #2D294A

Color information

#2D294A (or 0x2D294A) is unknown color: approx Paua. HEX triplet: 2D, 29 and 4A. RGB value is (45,41,74). Sum of RGB (Red+Green+Blue) = 45+41+74=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 74 - color contains mainly: blue. Hex color #2D294A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D294A is #D2D6B5. Grayscale: #2D2D2D. Windows color (decimal): -13817526 or 4860205. OLE color: 4860205.

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

Color convert

RGB454174-
CMYK0.390.4500.71
HSL247.27º28.7%22.55%-
HSV(B)247.27º44.59%29.02%-
XYZ3.112.646.82-
YUV45.96143.83127.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.12%
GREEN value IS 41 (16.41% from 255) = 25.62%
BLUE value IS 74 (29.30% from 255) = 46.25%
R=28.12%
G=25.62%
B=46.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4541740.390.4500.71247.2728.722.55
Hex2D294A272D047f71d17
Octal5551112475501073673527
Binary101101101001100101010011110110101000111111101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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