#2B264C

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

Shades of Paua #2B264C

Tints of Paua #2B264C

Color information

#2B264C (or 0x2B264C) is unknown color: approx Paua. HEX triplet: 2B, 26 and 4C. RGB value is (43,38,76). Sum of RGB (Red+Green+Blue) = 43+38+76=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B264C is #D4D9B3. Grayscale: #2B2B2B. Windows color (decimal): -13949364 or 4990507. OLE color: 4990507.

HSL color Cylindrical-coordinate representation of color #2B264C: hue angle of 247.89º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B264C is Cyan = 0.43, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB433876-
CMYK0.430.500.70
HSL247.89º33.33%22.35%-
HSV(B)247.89º50%29.8%-
XYZ2.992.427.15-
YUV43.83146.16127.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.39%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 76 (30.08% from 255) = 48.41%
R=27.39%
G=24.20%
B=48.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4338760.430.500.70247.8933.3322.35
Hex2B264C2B32046f82116
Octal5346114536201063704126
Binary1010111001101001100101011110010010001101111100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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