#2B2155

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

Shades of Paua #2B2155

Tints of Paua #2B2155

Color information

#2B2155 (or 0x2B2155) is unknown color: approx Paua. HEX triplet: 2B, 21 and 55. RGB value is (43,33,85). Sum of RGB (Red+Green+Blue) = 43+33+85=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #2B2155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2155 is #D4DEAA. Grayscale: #292929. Windows color (decimal): -13950635 or 5579051. OLE color: 5579051.

HSL color Cylindrical-coordinate representation of color #2B2155: hue angle of 251.54º 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 #2B2155 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB433385-
CMYK0.490.6100.67
HSL251.54º44.07%23.14%-
HSV(B)251.54º61.18%33.33%-
XYZ3.182.268.86-
YUV41.92152.31128.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.71%
GREEN value IS 33 (13.28% from 255) = 20.50%
BLUE value IS 85 (33.59% from 255) = 52.80%
R=26.71%
G=20.50%
B=52.80%

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
Decimal4333850.490.6100.67251.5444.0723.14
Hex2B2155313D043fc2c17
Octal5341125617501033745427
Binary1010111000011010101110001111101010000111111110010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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