#2B294F

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

Shades of Paua #2B294F

Tints of Paua #2B294F

Color information

#2B294F (or 0x2B294F) is unknown color: approx Paua. HEX triplet: 2B, 29 and 4F. RGB value is (43,41,79). Sum of RGB (Red+Green+Blue) = 43+41+79=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B294F is #D4D6B0. Grayscale: #2D2D2D. Windows color (decimal): -13948593 or 5187883. OLE color: 5187883.

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

Color convert

RGB434179-
CMYK0.460.4800.69
HSL243.16º31.67%23.53%-
HSV(B)243.16º48.1%30.98%-
XYZ3.22.667.74-
YUV45.93146.66125.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.38%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 79 (31.25% from 255) = 48.47%
R=26.38%
G=25.15%
B=48.47%

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
Decimal4341790.460.4800.69243.1631.6723.53
Hex2B294F2E30045f32018
Octal5351117566001053634030
Binary1010111010011001111101110110000010001011111001110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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