#2B2154

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

Shades of Paua #2B2154

Tints of Paua #2B2154

Color information

#2B2154 (or 0x2B2154) is unknown color: approx Paua. HEX triplet: 2B, 21 and 54. RGB value is (43,33,84). Sum of RGB (Red+Green+Blue) = 43+33+84=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 84 (33.20% from 255 or 52.5% from 160); Max value from RGB is 84 - color contains mainly: blue. Hex color #2B2154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2154 is #D4DEAB. Grayscale: #292929. Windows color (decimal): -13950636 or 5513515. OLE color: 5513515.

HSL color Cylindrical-coordinate representation of color #2B2154: hue angle of 251.76º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B2154 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB433384-
CMYK0.490.6100.67
HSL251.76º43.59%22.94%-
HSV(B)251.76º60.71%32.94%-
XYZ3.142.248.65-
YUV41.8151.81128.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.88%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 84 (33.20% from 255) = 52.5%
R=26.88%
G=20.62%
B=52.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4333840.490.6100.67251.7643.5922.94
Hex2B2154313D043fc2c17
Octal5341124617501033745427
Binary1010111000011010100110001111101010000111111110010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,33,84); }

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

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

 a { background-color: rgb(43,33,84); }

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

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

 span { border-color: rgb(43,33,84); }

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