#2B2A50

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

Shades of Paua #2B2A50

Tints of Paua #2B2A50

Color information

#2B2A50 (or 0x2B2A50) is unknown color: approx Paua. HEX triplet: 2B, 2A and 50. RGB value is (43,42,80). Sum of RGB (Red+Green+Blue) = 43+42+80=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B2A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2A50 is #D4D5AF. Grayscale: #2E2E2E. Windows color (decimal): -13948336 or 5253675. OLE color: 5253675.

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

Color convert

RGB434280-
CMYK0.460.4800.69
HSL241.58º31.15%23.92%-
HSV(B)241.58º47.5%31.37%-
XYZ3.272.757.95-
YUV46.63146.83125.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.06%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=26.06%
G=25.45%
B=48.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4342800.460.4800.69241.5831.1523.92
Hex2B2A502E30045f21f18
Octal5352120566001053623730
Binary101011101010101000010111011000001000101111100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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