#2B2749

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

Shades of Paua #2B2749

Tints of Paua #2B2749

Color information

#2B2749 (or 0x2B2749) is unknown color: approx Paua. HEX triplet: 2B, 27 and 49. RGB value is (43,39,73). Sum of RGB (Red+Green+Blue) = 43+39+73=155 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.74% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B2749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2749 is #D4D8B6. Grayscale: #2B2B2B. Windows color (decimal): -13949111 or 4794155. OLE color: 4794155.

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

Color convert

RGB433973-
CMYK0.410.4700.71
HSL247.06º30.36%21.96%-
HSV(B)247.06º46.58%28.63%-
XYZ2.922.456.62-
YUV44.07144.33127.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.74%
GREEN value IS 39 (15.62% from 255) = 25.16%
BLUE value IS 73 (28.91% from 255) = 47.10%
R=27.74%
G=25.16%
B=47.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4339730.410.4700.71247.0630.3621.96
Hex2B2749292F047f71e16
Octal5347111515701073673626
Binary101011100111100100110100110111101000111111101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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