Shades of Paua #2D264F
Tints of Paua #2D264F
RGB
CMYK
RGB Variations
Color information
#2D264F (or 0x2D264F) is known color: Paua. HEX triplet: 2D, 26 and 4F. RGB value is (45,38,79). Sum of RGB (Red+Green+Blue) = 45+38+79=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: blue. Hex color #2D264F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D264F is #D2D9B0. Grayscale: #2C2C2C. Windows color (decimal): -13818289 or 5187117. OLE color: 5187117.
HSL color Cylindrical-coordinate representation of color #2D264F: hue angle of 250.24º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D264F is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 38 | 79 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.69 |
| HSL | 250.24º | 0.35% | 0.23% | - |
| HSV(B) | 250.24º | 0.52% | 0.31% | - |
| XYZ | 3.19 | 2.51 | 7.71 | - |
| YUV | 44.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 79 | 0.43 | 0.52 | 0 | 0.69 | 250.24 | 0.35 | 0.23 |
| Hex | 2D | 26 | 4F | 2B | 34 | 0 | 45 | FA | 23 | 17 |
| Octal | 55 | 46 | 117 | 53 | 64 | 0 | 105 | 372 | 43 | 27 |
| Binary | 101101 | 100110 | 1001111 | 101011 | 110100 | 0 | 1000101 | 11111010 | 100011 | 10111 |
Color Harmonies of #2D264F
Complementary color
Monochromatic Colors of #2D264F
Black with #2D264F
Text Example
Text Example
White with #2D264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D264F; }
p { color: rgb(45,38,79); }
H1.HeaderClassName
{
color: #2D264F;
}
.AnyTagClassName
{
color: #2D264F;
}
</style>
background-color css
<style>
a { background-color: #2D264F; }
a { background-color: rgb(45,38,79); }
div.DivClassName
{
background-color: #2D264F;
}
.BgClassName
{
background-color: #2D264F;
}
</style>
border-color css
<style>
span { border-color: #2D264F; }
span { border-color: rgb(45,38,79); }
td.TdClassName
{
border-color: #2D264F;
}
.TagClassName
{
border-color: #2D264F;
}
</style>