#291B56

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

Shades of Paua #291B56

Tints of Paua #291B56

Color information

#291B56 (or 0x291B56) is unknown color: approx Paua. HEX triplet: 29, 1B and 56. RGB value is (41,27,86). Sum of RGB (Red+Green+Blue) = 41+27+86=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #291B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291B56 is #D6E4A9. Grayscale: #252525. Windows color (decimal): -14083242 or 5643049. OLE color: 5643049.

HSL color Cylindrical-coordinate representation of color #291B56: hue angle of 254.24º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #291B56 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB412786-
CMYK0.520.6900.66
HSL254.24º52.21%22.16%-
HSV(B)254.24º68.6%33.73%-
XYZ2.991.939.02-
YUV37.91155.14130.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.62%
GREEN value IS 27 (10.94% from 255) = 17.53%
BLUE value IS 86 (33.98% from 255) = 55.84%
R=26.62%
G=17.53%
B=55.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4127860.520.6900.66254.2452.2122.16
Hex291B563445042fe3416
Octal51331266410501023766426
Binary1010011101110101101101001000101010000101111111011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291B56; }

 p { color: rgb(41,27,86); }

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

<style>
 a { background-color: #291B56; }

 a { background-color: rgb(41,27,86); }

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

<style>
 span { border-color: #291B56; }

 span { border-color: rgb(41,27,86); }

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