#2B2652

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

Shades of Paua #2B2652

Tints of Paua #2B2652

Color information

#2B2652 (or 0x2B2652) is unknown color: approx Paua. HEX triplet: 2B, 26 and 52. RGB value is (43,38,82). Sum of RGB (Red+Green+Blue) = 43+38+82=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #2B2652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2652 is #D4D9AD. Grayscale: #2C2C2C. Windows color (decimal): -13949358 or 5383723. OLE color: 5383723.

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

Color convert

RGB433882-
CMYK0.480.5400.68
HSL246.82º36.67%23.53%-
HSV(B)246.82º53.66%32.16%-
XYZ3.212.518.3-
YUV44.51149.16126.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.38%
GREEN value IS 38 (15.23% from 255) = 23.31%
BLUE value IS 82 (32.42% from 255) = 50.31%
R=26.38%
G=23.31%
B=50.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4338820.480.5400.68246.8236.6723.53
Hex2B26523036044f72518
Octal5346122606601043674530
Binary1010111001101010010110000110110010001001111011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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