Shades of Paua #251C4E
Tints of Paua #251C4E
RGB
CMYK
RGB Variations
Color information
#251C4E (or 0x251C4E) is known color: Paua. HEX triplet: 25, 1C and 4E. RGB value is (37,28,78). Sum of RGB (Red+Green+Blue) = 37+28+78=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 78 (30.86% from 255 or 54.55% from 143); Max value from RGB is 78 - color contains mainly: blue. Hex color #251C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251C4E is #DAE3B1. Grayscale: #242424. Windows color (decimal): -14345138 or 5119013. OLE color: 5119013.
HSL color Cylindrical-coordinate representation of color #251C4E: hue angle of 250.8º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #251C4E is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 28 | 78 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.69 |
| HSL | 250.8º | 0.47% | 0.21% | - |
| HSV(B) | 250.8º | 0.64% | 0.31% | - |
| XYZ | 2.55 | 1.77 | 7.42 | - |
| YUV | 36.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 78 | 0.53 | 0.64 | 0 | 0.69 | 250.8 | 0.47 | 0.21 |
| Hex | 25 | 1C | 4E | 35 | 40 | 0 | 45 | FB | 2F | 15 |
| Octal | 45 | 34 | 116 | 65 | 100 | 0 | 105 | 373 | 57 | 25 |
| Binary | 100101 | 11100 | 1001110 | 110101 | 1000000 | 0 | 1000101 | 11111011 | 101111 | 10101 |
Color Harmonies of #251C4E
Complementary color
Monochromatic Colors of #251C4E
Black with #251C4E
Text Example
Text Example
White with #251C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C4E; }
p { color: rgb(37,28,78); }
H1.HeaderClassName
{
color: #251C4E;
}
.AnyTagClassName
{
color: #251C4E;
}
</style>
background-color css
<style>
a { background-color: #251C4E; }
a { background-color: rgb(37,28,78); }
div.DivClassName
{
background-color: #251C4E;
}
.BgClassName
{
background-color: #251C4E;
}
</style>
border-color css
<style>
span { border-color: #251C4E; }
span { border-color: rgb(37,28,78); }
td.TdClassName
{
border-color: #251C4E;
}
.TagClassName
{
border-color: #251C4E;
}
</style>