#2D2056

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

Shades of Paua #2D2056

Tints of Paua #2D2056

Color information

#2D2056 (or 0x2D2056) is unknown color: approx Paua. HEX triplet: 2D, 20 and 56. RGB value is (45,32,86). Sum of RGB (Red+Green+Blue) = 45+32+86=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 86 (33.98% from 255 or 52.76% from 163); Max value from RGB is 86 - color contains mainly: blue. Hex color #2D2056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2056 is #D2DFA9. Grayscale: #292929. Windows color (decimal): -13819818 or 5644333. OLE color: 5644333.

HSL color Cylindrical-coordinate representation of color #2D2056: hue angle of 254.44º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D2056 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB453286-
CMYK0.480.6300.66
HSL254.44º45.76%23.14%-
HSV(B)254.44º62.79%33.73%-
XYZ3.282.269.07-
YUV42.04152.81130.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.61%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 86 (33.98% from 255) = 52.76%
R=27.61%
G=19.63%
B=52.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4532860.480.6300.66254.4445.7623.14
Hex2D2056303F042fe2e17
Octal5540126607701023765627
Binary1011011000001010110110000111111010000101111111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,32,86); }

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

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

 a { background-color: rgb(45,32,86); }

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

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

 span { border-color: rgb(45,32,86); }

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