#2F2C55

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

Shades of Paua #2F2C55

Tints of Paua #2F2C55

Color information

#2F2C55 (or 0x2F2C55) is unknown color: approx Paua. HEX triplet: 2F, 2C and 55. RGB value is (47,44,85). Sum of RGB (Red+Green+Blue) = 47+44+85=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 85 - color contains mainly: blue. Hex color #2F2C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2C55 is #D0D3AA. Grayscale: #313131. Windows color (decimal): -13685675 or 5581871. OLE color: 5581871.

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

Color convert

RGB474485-
CMYK0.450.4800.67
HSL244.39º31.78%25.29%-
HSV(B)244.39º48.24%33.33%-
XYZ3.713.068.99-
YUV49.57147.99126.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.70%
GREEN value IS 44 (17.58% from 255) = 25%
BLUE value IS 85 (33.59% from 255) = 48.30%
R=26.70%
G=25%
B=48.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4744850.450.4800.67244.3931.7825.29
Hex2F2C552D30043f42019
Octal5754125556001033644031
Binary1011111011001010101101101110000010000111111010010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,44,85); }

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

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

 a { background-color: rgb(47,44,85); }

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

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

 span { border-color: rgb(47,44,85); }

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