#2B2357

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

Shades of Paua #2B2357

Tints of Paua #2B2357

Color information

#2B2357 (or 0x2B2357) is unknown color: approx Paua. HEX triplet: 2B, 23 and 57. RGB value is (43,35,87). Sum of RGB (Red+Green+Blue) = 43+35+87=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #2B2357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2357 is #D4DCA8. Grayscale: #2B2B2B. Windows color (decimal): -13950121 or 5710635. OLE color: 5710635.

HSL color Cylindrical-coordinate representation of color #2B2357: hue angle of 249.23º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B2357 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB433587-
CMYK0.510.6000.66
HSL249.23º42.62%23.92%-
HSV(B)249.23º59.77%34.12%-
XYZ3.322.49.31-
YUV43.32152.65127.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.06%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 87 (34.38% from 255) = 52.73%
R=26.06%
G=21.21%
B=52.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4335870.510.6000.66249.2342.6223.92
Hex2B2357333C042f92b18
Octal5343127637401023715330
Binary1010111000111010111110011111100010000101111100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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