Shades of Paua #2D254D
Tints of Paua #2D254D
RGB
CMYK
RGB Variations
Color information
#2D254D (or 0x2D254D) is known color: Paua. HEX triplet: 2D, 25 and 4D. RGB value is (45,37,77). Sum of RGB (Red+Green+Blue) = 45+37+77=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #2D254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D254D is #D2DAB2. Grayscale: #2B2B2B. Windows color (decimal): -13818547 or 5055789. OLE color: 5055789.
HSL color Cylindrical-coordinate representation of color #2D254D: hue angle of 252º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D254D is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 45 | 37 | 77 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.70 |
| HSL | 252º | 0.35% | 0.22% | - |
| HSV(B) | 252º | 0.52% | 0.3% | - |
| XYZ | 3.08 | 2.42 | 7.33 | - |
| YUV | 43.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 77 | 0.42 | 0.52 | 0 | 0.70 | 252 | 0.35 | 0.22 |
| Hex | 2D | 25 | 4D | 2A | 34 | 0 | 46 | FC | 23 | 16 |
| Octal | 55 | 45 | 115 | 52 | 64 | 0 | 106 | 374 | 43 | 26 |
| Binary | 101101 | 100101 | 1001101 | 101010 | 110100 | 0 | 1000110 | 11111100 | 100011 | 10110 |
Color Harmonies of #2D254D
Complementary color
Monochromatic Colors of #2D254D
Black with #2D254D
Text Example
Text Example
White with #2D254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D254D; }
p { color: rgb(45,37,77); }
H1.HeaderClassName
{
color: #2D254D;
}
.AnyTagClassName
{
color: #2D254D;
}
</style>
background-color css
<style>
a { background-color: #2D254D; }
a { background-color: rgb(45,37,77); }
div.DivClassName
{
background-color: #2D254D;
}
.BgClassName
{
background-color: #2D254D;
}
</style>
border-color css
<style>
span { border-color: #2D254D; }
span { border-color: rgb(45,37,77); }
td.TdClassName
{
border-color: #2D254D;
}
.TagClassName
{
border-color: #2D254D;
}
</style>