#2B2158

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

Shades of Paua #2B2158

Tints of Paua #2B2158

Color information

#2B2158 (or 0x2B2158) is unknown color: approx Paua. HEX triplet: 2B, 21 and 58. RGB value is (43,33,88). Sum of RGB (Red+Green+Blue) = 43+33+88=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B2158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2158 is #D4DEA7. Grayscale: #2A2A2A. Windows color (decimal): -13950632 or 5775659. OLE color: 5775659.

HSL color Cylindrical-coordinate representation of color #2B2158: hue angle of 250.91º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B2158 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB433388-
CMYK0.510.6200.65
HSL250.91º45.45%23.73%-
HSV(B)250.91º62.5%34.51%-
XYZ3.32.319.5-
YUV42.26153.81128.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.22%
GREEN value IS 33 (13.28% from 255) = 20.12%
BLUE value IS 88 (34.77% from 255) = 53.66%
R=26.22%
G=20.12%
B=53.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4333880.510.6200.65250.9145.4523.73
Hex2B2158333E041fb2d18
Octal5341130637601013735530
Binary1010111000011011000110011111110010000011111101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,33,88); }

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

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

 a { background-color: rgb(43,33,88); }

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

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

 span { border-color: rgb(43,33,88); }

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