#2B224D

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

Shades of Paua #2B224D

Tints of Paua #2B224D

Color information

#2B224D (or 0x2B224D) is unknown color: approx Paua. HEX triplet: 2B, 22 and 4D. RGB value is (43,34,77). Sum of RGB (Red+Green+Blue) = 43+34+77=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B224D is #D4DDB2. Grayscale: #292929. Windows color (decimal): -13950387 or 5055019. OLE color: 5055019.

HSL color Cylindrical-coordinate representation of color #2B224D: hue angle of 252.56º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B224D is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB433477-
CMYK0.440.5600.70
HSL252.56º38.74%21.76%-
HSV(B)252.56º55.84%30.2%-
XYZ2.912.197.29-
YUV41.59147.98129-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.92%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 77 (30.47% from 255) = 50%
R=27.92%
G=22.08%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4334770.440.5600.70252.5638.7421.76
Hex2B224D2C38046fd2716
Octal5342115547001063754726
Binary1010111000101001101101100111000010001101111110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,34,77); }

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

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

 a { background-color: rgb(43,34,77); }

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

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

 span { border-color: rgb(43,34,77); }

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