#2B2654

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

Shades of Paua #2B2654

Tints of Paua #2B2654

Color information

#2B2654 (or 0x2B2654) is unknown color: approx Paua. HEX triplet: 2B, 26 and 54. RGB value is (43,38,84). Sum of RGB (Red+Green+Blue) = 43+38+84=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #2B2654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2654 is #D4D9AB. Grayscale: #2C2C2C. Windows color (decimal): -13949356 or 5514795. OLE color: 5514795.

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

Color convert

RGB433884-
CMYK0.490.5500.67
HSL246.52º37.7%23.92%-
HSV(B)246.52º54.76%32.94%-
XYZ3.292.548.7-
YUV44.74150.16126.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.06%
GREEN value IS 38 (15.23% from 255) = 23.03%
BLUE value IS 84 (33.20% from 255) = 50.91%
R=26.06%
G=23.03%
B=50.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4338840.490.5500.67246.5237.723.92
Hex2B26543137043f72618
Octal5346124616701033674630
Binary1010111001101010100110001110111010000111111011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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