#2B264E

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

Shades of Paua #2B264E

Tints of Paua #2B264E

Color information

#2B264E (or 0x2B264E) is unknown color: approx Paua. HEX triplet: 2B, 26 and 4E. RGB value is (43,38,78). Sum of RGB (Red+Green+Blue) = 43+38+78=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #2B264E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B264E is #D4D9B1. Grayscale: #2B2B2B. Windows color (decimal): -13949362 or 5121579. OLE color: 5121579.

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

Color convert

RGB433878-
CMYK0.450.5100.69
HSL247.5º34.48%22.75%-
HSV(B)247.5º51.28%30.59%-
XYZ3.062.457.52-
YUV44.05147.16127.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.04%
GREEN value IS 38 (15.23% from 255) = 23.90%
BLUE value IS 78 (30.86% from 255) = 49.06%
R=27.04%
G=23.90%
B=49.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4338780.450.5100.69247.534.4822.75
Hex2B264E2D33045f82217
Octal5346116556301053704227
Binary1010111001101001110101101110011010001011111100010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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