#2D2652

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

Shades of Paua #2D2652

Tints of Paua #2D2652

Color information

#2D2652 (or 0x2D2652) is unknown color: approx Paua. HEX triplet: 2D, 26 and 52. RGB value is (45,38,82). Sum of RGB (Red+Green+Blue) = 45+38+82=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #2D2652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2652 is #D2D9AD. Grayscale: #2C2C2C. Windows color (decimal): -13818286 or 5383725. OLE color: 5383725.

HSL color Cylindrical-coordinate representation of color #2D2652: hue angle of 249.55º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D2652 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB453882-
CMYK0.450.5400.68
HSL249.55º36.67%23.53%-
HSV(B)249.55º53.66%32.16%-
XYZ3.32.558.3-
YUV45.11148.82127.92-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.27%
GREEN value IS 38 (15.23% from 255) = 23.03%
BLUE value IS 82 (32.42% from 255) = 49.70%
R=27.27%
G=23.03%
B=49.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4538820.450.5400.68249.5536.6723.53
Hex2D26522D36044fa2518
Octal5546122556601043724530
Binary1011011001101010010101101110110010001001111101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,38,82); }

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

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

 a { background-color: rgb(45,38,82); }

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

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

 span { border-color: rgb(45,38,82); }

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