#2B2950

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

Shades of Paua #2B2950

Tints of Paua #2B2950

Color information

#2B2950 (or 0x2B2950) is unknown color: approx Paua. HEX triplet: 2B, 29 and 50. RGB value is (43,41,80). Sum of RGB (Red+Green+Blue) = 43+41+80=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B2950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2950 is #D4D6AF. Grayscale: #2D2D2D. Windows color (decimal): -13948592 or 5253419. OLE color: 5253419.

HSL color Cylindrical-coordinate representation of color #2B2950: hue angle of 243.08º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B2950 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB434180-
CMYK0.460.4900.69
HSL243.08º32.23%23.73%-
HSV(B)243.08º48.75%31.37%-
XYZ3.242.687.94-
YUV46.04147.16125.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.22%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 80 (31.64% from 255) = 48.78%
R=26.22%
G=25%
B=48.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4341800.460.4900.69243.0832.2323.73
Hex2B29502E31045f32018
Octal5351120566101053634030
Binary1010111010011010000101110110001010001011111001110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,41,80); }

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

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

 a { background-color: rgb(43,41,80); }

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

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

 span { border-color: rgb(43,41,80); }

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