#2F2A54

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

Shades of Paua #2F2A54

Tints of Paua #2F2A54

Color information

#2F2A54 (or 0x2F2A54) is unknown color: approx Paua. HEX triplet: 2F, 2A and 54. RGB value is (47,42,84). Sum of RGB (Red+Green+Blue) = 47+42+84=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #2F2A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2A54 is #D0D5AB. Grayscale: #303030. Windows color (decimal): -13686188 or 5515823. OLE color: 5515823.

HSL color Cylindrical-coordinate representation of color #2F2A54: hue angle of 247.14º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F2A54 is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB474284-
CMYK0.440.500.67
HSL247.14º33.33%24.71%-
HSV(B)247.14º50%32.94%-
XYZ3.62.98.76-
YUV48.28148.16127.08-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.17%
GREEN value IS 42 (16.80% from 255) = 24.28%
BLUE value IS 84 (33.20% from 255) = 48.55%
R=27.17%
G=24.28%
B=48.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4742840.440.500.67247.1433.3324.71
Hex2F2A542C32043f72119
Octal5752124546201033674131
Binary1011111010101010100101100110010010000111111011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,42,84); }

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

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

 a { background-color: rgb(47,42,84); }

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

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

 span { border-color: rgb(47,42,84); }

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