#2B294A

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

Shades of Paua #2B294A

Tints of Paua #2B294A

Color information

#2B294A (or 0x2B294A) is unknown color: approx Paua. HEX triplet: 2B, 29 and 4A. RGB value is (43,41,74). Sum of RGB (Red+Green+Blue) = 43+41+74=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 74 - color contains mainly: blue. Hex color #2B294A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B294A is #D4D6B5. Grayscale: #2D2D2D. Windows color (decimal): -13948598 or 4860203. OLE color: 4860203.

HSL color Cylindrical-coordinate representation of color #2B294A: hue angle of 243.64º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2B294A is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB434174-
CMYK0.420.4500.71
HSL243.64º28.7%22.55%-
HSV(B)243.64º44.59%29.02%-
XYZ3.032.596.82-
YUV45.36144.16126.32-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.22%
GREEN value IS 41 (16.41% from 255) = 25.95%
BLUE value IS 74 (29.30% from 255) = 46.84%
R=27.22%
G=25.95%
B=46.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4341740.420.4500.71243.6428.722.55
Hex2B294A2A2D047f41d17
Octal5351112525501073643527
Binary101011101001100101010101010110101000111111101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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