#2D294C

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

Shades of Paua #2D294C

Tints of Paua #2D294C

Color information

#2D294C (or 0x2D294C) is unknown color: approx Paua. HEX triplet: 2D, 29 and 4C. RGB value is (45,41,76). Sum of RGB (Red+Green+Blue) = 45+41+76=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #2D294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D294C is #D2D6B3. Grayscale: #2E2E2E. Windows color (decimal): -13817524 or 4991277. OLE color: 4991277.

HSL color Cylindrical-coordinate representation of color #2D294C: hue angle of 246.86º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D294C is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB454176-
CMYK0.410.4600.70
HSL246.86º29.91%22.94%-
HSV(B)246.86º46.05%29.8%-
XYZ3.182.677.18-
YUV46.19144.83127.15-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.78%
GREEN value IS 41 (16.41% from 255) = 25.31%
BLUE value IS 76 (30.08% from 255) = 46.91%
R=27.78%
G=25.31%
B=46.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4541760.410.4600.70246.8629.9122.94
Hex2D294C292E046f71e17
Octal5551114515601063673627
Binary101101101001100110010100110111001000110111101111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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