#2B2352

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

Shades of Paua #2B2352

Tints of Paua #2B2352

Color information

#2B2352 (or 0x2B2352) is unknown color: approx Paua. HEX triplet: 2B, 23 and 52. RGB value is (43,35,82). Sum of RGB (Red+Green+Blue) = 43+35+82=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #2B2352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2352 is #D4DCAD. Grayscale: #2A2A2A. Windows color (decimal): -13950126 or 5382955. OLE color: 5382955.

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

Color convert

RGB433582-
CMYK0.480.5700.68
HSL250.21º40.17%22.94%-
HSV(B)250.21º57.32%32.16%-
XYZ3.122.328.27-
YUV42.75150.15128.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.88%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 82 (32.42% from 255) = 51.25%
R=26.88%
G=21.88%
B=51.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4335820.480.5700.68250.2140.1722.94
Hex2B23523039044fa2817
Octal5343122607101043725027
Binary1010111000111010010110000111001010001001111101010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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