#2B264B

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

Shades of Paua #2B264B

Tints of Paua #2B264B

Color information

#2B264B (or 0x2B264B) is unknown color: approx Paua. HEX triplet: 2B, 26 and 4B. RGB value is (43,38,75). Sum of RGB (Red+Green+Blue) = 43+38+75=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #2B264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B264B is #D4D9B4. Grayscale: #2B2B2B. Windows color (decimal): -13949365 or 4924971. OLE color: 4924971.

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

Color convert

RGB433875-
CMYK0.430.4900.71
HSL248.11º32.74%22.16%-
HSV(B)248.11º49.33%29.41%-
XYZ2.962.416.97-
YUV43.71145.66127.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.56%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=27.56%
G=24.36%
B=48.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4338750.430.4900.71248.1132.7422.16
Hex2B264B2B31047f82116
Octal5346113536101073704126
Binary1010111001101001011101011110001010001111111100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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