#2B2659

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

Shades of Paua #2B2659

Tints of Paua #2B2659

Color information

#2B2659 (or 0x2B2659) is unknown color: approx Paua. HEX triplet: 2B, 26 and 59. RGB value is (43,38,89). Sum of RGB (Red+Green+Blue) = 43+38+89=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B2659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2659 is #D4D9A6. Grayscale: #2D2D2D. Windows color (decimal): -13949351 or 5842475. OLE color: 5842475.

HSL color Cylindrical-coordinate representation of color #2B2659: hue angle of 245.88º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B2659 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB433889-
CMYK0.520.5700.65
HSL245.88º40.16%24.9%-
HSV(B)245.88º57.3%34.9%-
XYZ3.492.629.77-
YUV45.31152.66126.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.29%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 89 (35.16% from 255) = 52.35%
R=25.29%
G=22.35%
B=52.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4338890.520.5700.65245.8840.1624.9
Hex2B26593439041f62819
Octal5346131647101013665031
Binary1010111001101011001110100111001010000011111011010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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