#2F2E59

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

Shades of Paua #2F2E59

Tints of Paua #2F2E59

Color information

#2F2E59 (or 0x2F2E59) is unknown color: approx Paua. HEX triplet: 2F, 2E and 59. RGB value is (47,46,89). Sum of RGB (Red+Green+Blue) = 47+46+89=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F2E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2E59 is #D0D1A6. Grayscale: #333333. Windows color (decimal): -13685159 or 5844527. OLE color: 5844527.

HSL color Cylindrical-coordinate representation of color #2F2E59: hue angle of 241.4º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F2E59 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB474689-
CMYK0.470.4800.65
HSL241.4º31.85%26.47%-
HSV(B)241.4º48.31%34.9%-
XYZ3.953.289.88-
YUV51.2149.33125-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.82%
GREEN value IS 46 (18.36% from 255) = 25.27%
BLUE value IS 89 (35.16% from 255) = 48.90%
R=25.82%
G=25.27%
B=48.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4746890.470.4800.65241.431.8526.47
Hex2F2E592F30041f1201a
Octal5756131576001013614032
Binary1011111011101011001101111110000010000011111000110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,46,89); }

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

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

 a { background-color: rgb(47,46,89); }

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

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

 span { border-color: rgb(47,46,89); }

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