#2B265B

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

Shades of Paua #2B265B

Tints of Paua #2B265B

Color information

#2B265B (or 0x2B265B) is unknown color: approx Paua. HEX triplet: 2B, 26 and 5B. RGB value is (43,38,91). Sum of RGB (Red+Green+Blue) = 43+38+91=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #2B265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B265B is #D4D9A4. Grayscale: #2D2D2D. Windows color (decimal): -13949349 or 5973547. OLE color: 5973547.

HSL color Cylindrical-coordinate representation of color #2B265B: hue angle of 245.66º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B265B is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB433891-
CMYK0.530.5800.64
HSL245.66º41.09%25.29%-
HSV(B)245.66º58.24%35.69%-
XYZ3.582.6610.22-
YUV45.54153.66126.19-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25%
GREEN value IS 38 (15.23% from 255) = 22.09%
BLUE value IS 91 (35.94% from 255) = 52.91%
R=25%
G=22.09%
B=52.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4338910.530.5800.64245.6641.0925.29
Hex2B265B353A040f62919
Octal5346133657201003665131
Binary1010111001101011011110101111010010000001111011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,38,91); }

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

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

 a { background-color: rgb(43,38,91); }

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

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

 span { border-color: rgb(43,38,91); }

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