#2B294E

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

Shades of Paua #2B294E

Tints of Paua #2B294E

Color information

#2B294E (or 0x2B294E) is unknown color: approx Paua. HEX triplet: 2B, 29 and 4E. RGB value is (43,41,78). Sum of RGB (Red+Green+Blue) = 43+41+78=162 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.54% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #2B294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B294E is #D4D6B1. Grayscale: #2D2D2D. Windows color (decimal): -13948594 or 5122347. OLE color: 5122347.

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

Color convert

RGB434178-
CMYK0.450.4700.69
HSL243.24º31.09%23.33%-
HSV(B)243.24º47.44%30.59%-
XYZ3.162.657.55-
YUV45.82146.16125.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.54%
GREEN value IS 41 (16.41% from 255) = 25.31%
BLUE value IS 78 (30.86% from 255) = 48.15%
R=26.54%
G=25.31%
B=48.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4341780.450.4700.69243.2431.0923.33
Hex2B294E2D2F045f31f17
Octal5351116555701053633727
Binary101011101001100111010110110111101000101111100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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