#2B2658

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

Shades of Paua #2B2658

Tints of Paua #2B2658

Color information

#2B2658 (or 0x2B2658) is unknown color: approx Paua. HEX triplet: 2B, 26 and 58. RGB value is (43,38,88). Sum of RGB (Red+Green+Blue) = 43+38+88=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B2658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2658 is #D4D9A7. Grayscale: #2D2D2D. Windows color (decimal): -13949352 or 5776939. OLE color: 5776939.

HSL color Cylindrical-coordinate representation of color #2B2658: hue angle of 246º 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 #2B2658 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB433888-
CMYK0.510.5700.65
HSL246º39.68%24.71%-
HSV(B)246º56.82%34.51%-
XYZ3.452.69.55-
YUV45.19152.16126.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.44%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 88 (34.77% from 255) = 52.07%
R=25.44%
G=22.49%
B=52.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4338880.510.5700.6524639.6824.71
Hex2B26583339041f62819
Octal5346130637101013665031
Binary1010111001101011000110011111001010000011111011010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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