Shades of Lucky Point #252B4B
Tints of Lucky Point #252B4B
RGB
CMYK
RGB Variations
Color information
#252B4B (or 0x252B4B) is known color: Lucky Point. HEX triplet: 25, 2B and 4B. RGB value is (37,43,75). Sum of RGB (Red+Green+Blue) = 37+43+75=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #252B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252B4B is #DAD4B4. Grayscale: #2C2C2C. Windows color (decimal): -14341301 or 4926245. OLE color: 4926245.
HSL color Cylindrical-coordinate representation of color #252B4B: hue angle of 230.53º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #252B4B is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 43 | 75 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.71 |
| HSL | 230.53º | 0.34% | 0.22% | - |
| HSV(B) | 230.53º | 0.51% | 0.29% | - |
| XYZ | 2.9 | 2.63 | 7.01 | - |
| YUV | 44.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 43 | 75 | 0.51 | 0.43 | 0 | 0.71 | 230.53 | 0.34 | 0.22 |
| Hex | 25 | 2B | 4B | 33 | 2B | 0 | 47 | E7 | 22 | 16 |
| Octal | 45 | 53 | 113 | 63 | 53 | 0 | 107 | 347 | 42 | 26 |
| Binary | 100101 | 101011 | 1001011 | 110011 | 101011 | 0 | 1000111 | 11100111 | 100010 | 10110 |
Color Harmonies of #252B4B
Complementary color
Monochromatic Colors of #252B4B
Black with #252B4B
Text Example
Text Example
White with #252B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252B4B; }
p { color: rgb(37,43,75); }
H1.HeaderClassName
{
color: #252B4B;
}
.AnyTagClassName
{
color: #252B4B;
}
</style>
background-color css
<style>
a { background-color: #252B4B; }
a { background-color: rgb(37,43,75); }
div.DivClassName
{
background-color: #252B4B;
}
.BgClassName
{
background-color: #252B4B;
}
</style>
border-color css
<style>
span { border-color: #252B4B; }
span { border-color: rgb(37,43,75); }
td.TdClassName
{
border-color: #252B4B;
}
.TagClassName
{
border-color: #252B4B;
}
</style>