#2B2853

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

Shades of Paua #2B2853

Tints of Paua #2B2853

Color information

#2B2853 (or 0x2B2853) is unknown color: approx Paua. HEX triplet: 2B, 28 and 53. RGB value is (43,40,83). Sum of RGB (Red+Green+Blue) = 43+40+83=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #2B2853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2853 is #D4D7AC. Grayscale: #2D2D2D. Windows color (decimal): -13948845 or 5449771. OLE color: 5449771.

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

Color convert

RGB434083-
CMYK0.480.5200.67
HSL244.19º34.96%24.12%-
HSV(B)244.19º51.81%32.55%-
XYZ3.322.668.52-
YUV45.8148.99126-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.90%
GREEN value IS 40 (16.02% from 255) = 24.10%
BLUE value IS 83 (32.81% from 255) = 50%
R=25.90%
G=24.10%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4340830.480.5200.67244.1934.9624.12
Hex2B28533034043f42318
Octal5350123606401033644330
Binary1010111010001010011110000110100010000111111010010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,40,83); }

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

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

 a { background-color: rgb(43,40,83); }

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

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

 span { border-color: rgb(43,40,83); }

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