#2D2945

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

Shades of Paua #2D2945

Tints of Paua #2D2945

Color information

#2D2945 (or 0x2D2945) is unknown color: approx Paua. HEX triplet: 2D, 29 and 45. RGB value is (45,41,69). Sum of RGB (Red+Green+Blue) = 45+41+69=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 69 - color contains mainly: blue. Hex color #2D2945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2945 is #D2D6BA. Grayscale: #2D2D2D. Windows color (decimal): -13817531 or 4532525. OLE color: 4532525.

HSL color Cylindrical-coordinate representation of color #2D2945: hue angle of 248.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2D2945 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB454169-
CMYK0.350.4100.73
HSL248.57º25.45%21.57%-
HSV(B)248.57º40.58%27.06%-
XYZ2.952.575.97-
YUV45.39141.33127.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.03%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 69 (27.34% from 255) = 44.52%
R=29.03%
G=26.45%
B=44.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4541690.350.4100.73248.5725.4521.57
Hex2D29452329049f91916
Octal5551105435101113713126
Binary101101101001100010110001110100101001001111110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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