#2B2549

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

Shades of Paua #2B2549

Tints of Paua #2B2549

Color information

#2B2549 (or 0x2B2549) is unknown color: approx Paua. HEX triplet: 2B, 25 and 49. RGB value is (43,37,73). Sum of RGB (Red+Green+Blue) = 43+37+73=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B2549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2549 is #D4DAB6. Grayscale: #2A2A2A. Windows color (decimal): -13949623 or 4793643. OLE color: 4793643.

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

Color convert

RGB433773-
CMYK0.410.4900.71
HSL250º32.73%21.57%-
HSV(B)250º49.32%28.63%-
XYZ2.862.326.6-
YUV42.9144.99128.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.10%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 73 (28.91% from 255) = 47.71%
R=28.10%
G=24.18%
B=47.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4337730.410.4900.7125032.7321.57
Hex2B25492931047fa2116
Octal5345111516101073724126
Binary1010111001011001001101001110001010001111111101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,37,73); }

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

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

 a { background-color: rgb(43,37,73); }

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

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

 span { border-color: rgb(43,37,73); }

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