#2D2B48

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

Shades of Paua #2D2B48

Tints of Paua #2D2B48

Color information

#2D2B48 (or 0x2D2B48) is unknown color: approx Paua. HEX triplet: 2D, 2B and 48. RGB value is (45,43,72). Sum of RGB (Red+Green+Blue) = 45+43+72=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: blue. Hex color #2D2B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2B48 is #D2D4B7. Grayscale: #2E2E2E. Windows color (decimal): -13817016 or 4729645. OLE color: 4729645.

HSL color Cylindrical-coordinate representation of color #2D2B48: hue angle of 244.14º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D2B48 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB454372-
CMYK0.380.4000.72
HSL244.14º25.22%22.55%-
HSV(B)244.14º40.28%28.24%-
XYZ3.122.756.5-
YUV46.9142.16126.64-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.12%
GREEN value IS 43 (17.19% from 255) = 26.88%
BLUE value IS 72 (28.52% from 255) = 45%
R=28.12%
G=26.88%
B=45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4543720.380.4000.72244.1425.2222.55
Hex2D2B482628048f41917
Octal5553110465001103643127
Binary101101101011100100010011010100001001000111101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,43,72); }

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

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

 a { background-color: rgb(45,43,72); }

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

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

 span { border-color: rgb(45,43,72); }

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