#2B264D

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

Shades of Paua #2B264D

Tints of Paua #2B264D

Color information

#2B264D (or 0x2B264D) is unknown color: approx Paua. HEX triplet: 2B, 26 and 4D. RGB value is (43,38,77). Sum of RGB (Red+Green+Blue) = 43+38+77=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B264D is #D4D9B2. Grayscale: #2B2B2B. Windows color (decimal): -13949363 or 5056043. OLE color: 5056043.

HSL color Cylindrical-coordinate representation of color #2B264D: hue angle of 247.69º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B264D is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB433877-
CMYK0.440.5100.70
HSL247.69º33.91%22.55%-
HSV(B)247.69º50.65%30.2%-
XYZ3.032.447.33-
YUV43.94146.66127.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.22%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 77 (30.47% from 255) = 48.73%
R=27.22%
G=24.05%
B=48.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4338770.440.5100.70247.6933.9122.55
Hex2B264D2C33046f82217
Octal5346115546301063704227
Binary1010111001101001101101100110011010001101111100010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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