#2B2751

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

Shades of Paua #2B2751

Tints of Paua #2B2751

Color information

#2B2751 (or 0x2B2751) is unknown color: approx Paua. HEX triplet: 2B, 27 and 51. RGB value is (43,39,81). Sum of RGB (Red+Green+Blue) = 43+39+81=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #2B2751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2751 is #D4D8AE. Grayscale: #2C2C2C. Windows color (decimal): -13949103 or 5318443. OLE color: 5318443.

HSL color Cylindrical-coordinate representation of color #2B2751: hue angle of 245.71º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B2751 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB433981-
CMYK0.470.5200.68
HSL245.71º35%23.53%-
HSV(B)245.71º51.85%31.76%-
XYZ3.212.568.11-
YUV44.98148.33126.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.38%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 81 (32.03% from 255) = 49.69%
R=26.38%
G=23.93%
B=49.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4339810.470.5200.68245.713523.53
Hex2B27512F34044f62318
Octal5347121576401043664330
Binary1010111001111010001101111110100010001001111011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,39,81); }

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

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

 a { background-color: rgb(43,39,81); }

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

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

 span { border-color: rgb(43,39,81); }

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