Shades of Lucky Point #262F62
Tints of Lucky Point #262F62
RGB
CMYK
RGB Variations
Color information
#262F62 (or 0x262F62) is known color: Lucky Point. HEX triplet: 26, 2F and 62. RGB value is (38,47,98). Sum of RGB (Red+Green+Blue) = 38+47+98=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #262F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262F62 is #D9D09D. Grayscale: #313131. Windows color (decimal): -14274718 or 6434598. OLE color: 6434598.
HSL color Cylindrical-coordinate representation of color #262F62: hue angle of 231º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #262F62 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 47 | 98 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.62 |
| HSL | 231º | 0.44% | 0.27% | - |
| HSV(B) | 231º | 0.61% | 0.38% | - |
| XYZ | 4.02 | 3.33 | 11.99 | - |
| YUV | 50.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 98 | 0.61 | 0.52 | 0 | 0.62 | 231 | 0.44 | 0.27 |
| Hex | 26 | 2F | 62 | 3D | 34 | 0 | 3E | E7 | 2C | 1B |
| Octal | 46 | 57 | 142 | 75 | 64 | 0 | 76 | 347 | 54 | 33 |
| Binary | 100110 | 101111 | 1100010 | 111101 | 110100 | 0 | 111110 | 11100111 | 101100 | 11011 |
Color Harmonies of #262F62
Complementary color
Monochromatic Colors of #262F62
Black with #262F62
Text Example
Text Example
White with #262F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F62; }
p { color: rgb(38,47,98); }
H1.HeaderClassName
{
color: #262F62;
}
.AnyTagClassName
{
color: #262F62;
}
</style>
background-color css
<style>
a { background-color: #262F62; }
a { background-color: rgb(38,47,98); }
div.DivClassName
{
background-color: #262F62;
}
.BgClassName
{
background-color: #262F62;
}
</style>
border-color css
<style>
span { border-color: #262F62; }
span { border-color: rgb(38,47,98); }
td.TdClassName
{
border-color: #262F62;
}
.TagClassName
{
border-color: #262F62;
}
</style>