Shades of Paua #2D264B
Tints of Paua #2D264B
RGB
CMYK
RGB Variations
Color information
#2D264B (or 0x2D264B) is known color: Paua. HEX triplet: 2D, 26 and 4B. RGB value is (45,38,75). Sum of RGB (Red+Green+Blue) = 45+38+75=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D264B is #D2D9B4. Grayscale: #2C2C2C. Windows color (decimal): -13818293 or 4924973. OLE color: 4924973.
HSL color Cylindrical-coordinate representation of color #2D264B: hue angle of 251.35º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D264B is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 38 | 75 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.71 |
| HSL | 251.35º | 0.33% | 0.22% | - |
| HSV(B) | 251.35º | 0.49% | 0.29% | - |
| XYZ | 3.05 | 2.45 | 6.97 | - |
| YUV | 44.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 75 | 0.40 | 0.49 | 0 | 0.71 | 251.35 | 0.33 | 0.22 |
| Hex | 2D | 26 | 4B | 28 | 31 | 0 | 47 | FB | 21 | 16 |
| Octal | 55 | 46 | 113 | 50 | 61 | 0 | 107 | 373 | 41 | 26 |
| Binary | 101101 | 100110 | 1001011 | 101000 | 110001 | 0 | 1000111 | 11111011 | 100001 | 10110 |
Color Harmonies of #2D264B
Complementary color
Monochromatic Colors of #2D264B
Black with #2D264B
Text Example
Text Example
White with #2D264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D264B; }
p { color: rgb(45,38,75); }
H1.HeaderClassName
{
color: #2D264B;
}
.AnyTagClassName
{
color: #2D264B;
}
</style>
background-color css
<style>
a { background-color: #2D264B; }
a { background-color: rgb(45,38,75); }
div.DivClassName
{
background-color: #2D264B;
}
.BgClassName
{
background-color: #2D264B;
}
</style>
border-color css
<style>
span { border-color: #2D264B; }
span { border-color: rgb(45,38,75); }
td.TdClassName
{
border-color: #2D264B;
}
.TagClassName
{
border-color: #2D264B;
}
</style>