Shades of Regal Blue #263F57
Tints of Regal Blue #263F57
RGB
CMYK
RGB Variations
Color information
#263F57 (or 0x263F57) is known color: Regal Blue. HEX triplet: 26, 3F and 57. RGB value is (38,63,87). Sum of RGB (Red+Green+Blue) = 38+63+87=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #263F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F57 is #D9C0A8. Grayscale: #3A3A3A. Windows color (decimal): -14270633 or 5717798. OLE color: 5717798.
HSL color Cylindrical-coordinate representation of color #263F57: hue angle of 209.39º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #263F57 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 38 | 63 | 87 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.66 |
| HSL | 209.39º | 0.39% | 0.25% | - |
| HSV(B) | 209.39º | 0.56% | 0.34% | - |
| XYZ | 4.3 | 4.66 | 9.69 | - |
| YUV | 58.26 | 144.22 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 87 | 0.56 | 0.28 | 0 | 0.66 | 209.39 | 0.39 | 0.25 |
| Hex | 26 | 3F | 57 | 38 | 1C | 0 | 42 | D1 | 27 | 19 |
| Octal | 46 | 77 | 127 | 70 | 34 | 0 | 102 | 321 | 47 | 31 |
| Binary | 100110 | 111111 | 1010111 | 111000 | 11100 | 0 | 1000010 | 11010001 | 100111 | 11001 |
Color Harmonies of #263F57
Complementary color
Monochromatic Colors of #263F57
Black with #263F57
Text Example
Text Example
White with #263F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F57; }
p { color: rgb(38,63,87); }
H1.HeaderClassName
{
color: #263F57;
}
.AnyTagClassName
{
color: #263F57;
}
</style>
background-color css
<style>
a { background-color: #263F57; }
a { background-color: rgb(38,63,87); }
div.DivClassName
{
background-color: #263F57;
}
.BgClassName
{
background-color: #263F57;
}
</style>
border-color css
<style>
span { border-color: #263F57; }
span { border-color: rgb(38,63,87); }
td.TdClassName
{
border-color: #263F57;
}
.TagClassName
{
border-color: #263F57;
}
</style>