#2D2156

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

Shades of Paua #2D2156

Tints of Paua #2D2156

Color information

#2D2156 (or 0x2D2156) is unknown color: approx Paua. HEX triplet: 2D, 21 and 56. RGB value is (45,33,86). Sum of RGB (Red+Green+Blue) = 45+33+86=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 86 (33.98% from 255 or 52.44% from 164); Max value from RGB is 86 - color contains mainly: blue. Hex color #2D2156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2156 is #D2DEA9. Grayscale: #2A2A2A. Windows color (decimal): -13819562 or 5644589. OLE color: 5644589.

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

Color convert

RGB453386-
CMYK0.480.6200.66
HSL253.58º44.54%23.33%-
HSV(B)253.58º61.63%33.73%-
XYZ3.312.329.08-
YUV42.63152.48129.69-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.44%
GREEN value IS 33 (13.28% from 255) = 20.12%
BLUE value IS 86 (33.98% from 255) = 52.44%
R=27.44%
G=20.12%
B=52.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4533860.480.6200.66253.5844.5423.33
Hex2D2156303E042fe2d17
Octal5541126607601023765527
Binary1011011000011010110110000111110010000101111111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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