#2B2854

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

Shades of Paua #2B2854

Tints of Paua #2B2854

Color information

#2B2854 (or 0x2B2854) is unknown color: approx Paua. HEX triplet: 2B, 28 and 54. RGB value is (43,40,84). Sum of RGB (Red+Green+Blue) = 43+40+84=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #2B2854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2854 is #D4D7AB. Grayscale: #2D2D2D. Windows color (decimal): -13948844 or 5515307. OLE color: 5515307.

HSL color Cylindrical-coordinate representation of color #2B2854: hue angle of 244.09º 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 #2B2854 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB434084-
CMYK0.490.5200.67
HSL244.09º35.48%24.31%-
HSV(B)244.09º52.38%32.94%-
XYZ3.362.678.73-
YUV45.91149.49125.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.75%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 84 (33.20% from 255) = 50.30%
R=25.75%
G=23.95%
B=50.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4340840.490.5200.67244.0935.4824.31
Hex2B28543134043f42318
Octal5350124616401033644330
Binary1010111010001010100110001110100010000111111010010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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