#2B2655

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

Shades of Paua #2B2655

Tints of Paua #2B2655

Color information

#2B2655 (or 0x2B2655) is unknown color: approx Paua. HEX triplet: 2B, 26 and 55. RGB value is (43,38,85). Sum of RGB (Red+Green+Blue) = 43+38+85=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #2B2655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2655 is #D4D9AA. Grayscale: #2C2C2C. Windows color (decimal): -13949355 or 5580331. OLE color: 5580331.

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

Color convert

RGB433885-
CMYK0.490.5500.67
HSL246.38º38.21%24.12%-
HSV(B)246.38º55.29%33.33%-
XYZ3.332.568.91-
YUV44.85150.66126.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.90%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 85 (33.59% from 255) = 51.20%
R=25.90%
G=22.89%
B=51.20%

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
Decimal4338850.490.5500.67246.3838.2124.12
Hex2B26553137043f62618
Octal5346125616701033664630
Binary1010111001101010101110001110111010000111111011010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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