#2F2950

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

Shades of Paua #2F2950

Tints of Paua #2F2950

Color information

#2F2950 (or 0x2F2950) is unknown color: approx Paua. HEX triplet: 2F, 29 and 50. RGB value is (47,41,80). Sum of RGB (Red+Green+Blue) = 47+41+80=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #2F2950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2950 is #D0D6AF. Grayscale: #2F2F2F. Windows color (decimal): -13686448 or 5253423. OLE color: 5253423.

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

Color convert

RGB474180-
CMYK0.410.4900.69
HSL249.23º32.23%23.73%-
HSV(B)249.23º48.75%31.37%-
XYZ3.412.777.94-
YUV47.24146.49127.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.98%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 80 (31.64% from 255) = 47.62%
R=27.98%
G=24.40%
B=47.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4741800.410.4900.69249.2332.2323.73
Hex2F29502931045f92018
Octal5751120516101053714030
Binary1011111010011010000101001110001010001011111100110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,41,80); }

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

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

 a { background-color: rgb(47,41,80); }

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

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

 span { border-color: rgb(47,41,80); }

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