#2F2654

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

Shades of Paua #2F2654

Tints of Paua #2F2654

Color information

#2F2654 (or 0x2F2654) is unknown color: approx Paua. HEX triplet: 2F, 26 and 54. RGB value is (47,38,84). Sum of RGB (Red+Green+Blue) = 47+38+84=169 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.81% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #2F2654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2654 is #D0D9AB. Grayscale: #2D2D2D. Windows color (decimal): -13687212 or 5514799. OLE color: 5514799.

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

Color convert

RGB473884-
CMYK0.440.5500.67
HSL251.74º37.7%23.92%-
HSV(B)251.74º54.76%32.94%-
XYZ3.472.638.71-
YUV45.93149.48128.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.81%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 84 (33.20% from 255) = 49.70%
R=27.81%
G=22.49%
B=49.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4738840.440.5500.67251.7437.723.92
Hex2F26542C37043fc2618
Octal5746124546701033744630
Binary1011111001101010100101100110111010000111111110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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