#2F2A53

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

Shades of Paua #2F2A53

Tints of Paua #2F2A53

Color information

#2F2A53 (or 0x2F2A53) is unknown color: approx Paua. HEX triplet: 2F, 2A and 53. RGB value is (47,42,83). Sum of RGB (Red+Green+Blue) = 47+42+83=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #2F2A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2A53 is #D0D5AC. Grayscale: #303030. Windows color (decimal): -13686189 or 5450287. OLE color: 5450287.

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

Color convert

RGB474283-
CMYK0.430.4900.67
HSL247.32º32.8%24.51%-
HSV(B)247.32º49.4%32.55%-
XYZ3.562.888.55-
YUV48.17147.66127.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.33%
GREEN value IS 42 (16.80% from 255) = 24.42%
BLUE value IS 83 (32.81% from 255) = 48.26%
R=27.33%
G=24.42%
B=48.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4742830.430.4900.67247.3232.824.51
Hex2F2A532B31043f72119
Octal5752123536101033674131
Binary1011111010101010011101011110001010000111111011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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