Shades of Regal Blue #263F58
Tints of Regal Blue #263F58
RGB
CMYK
RGB Variations
Color information
#263F58 (or 0x263F58) is known color: Regal Blue. HEX triplet: 26, 3F and 58. RGB value is (38,63,88). Sum of RGB (Red+Green+Blue) = 38+63+88=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #263F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F58 is #D9C0A7. Grayscale: #3A3A3A. Windows color (decimal): -14270632 or 5783334. OLE color: 5783334.
HSL color Cylindrical-coordinate representation of color #263F58: hue angle of 210º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #263F58 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 63 | 88 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.65 |
| HSL | 210º | 0.4% | 0.25% | - |
| HSV(B) | 210º | 0.57% | 0.35% | - |
| XYZ | 4.34 | 4.67 | 9.91 | - |
| YUV | 58.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 88 | 0.57 | 0.28 | 0 | 0.65 | 210 | 0.4 | 0.25 |
| Hex | 26 | 3F | 58 | 39 | 1C | 0 | 41 | D2 | 28 | 19 |
| Octal | 46 | 77 | 130 | 71 | 34 | 0 | 101 | 322 | 50 | 31 |
| Binary | 100110 | 111111 | 1011000 | 111001 | 11100 | 0 | 1000001 | 11010010 | 101000 | 11001 |
Color Harmonies of #263F58
Complementary color
Monochromatic Colors of #263F58
Black with #263F58
Text Example
Text Example
White with #263F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F58; }
p { color: rgb(38,63,88); }
H1.HeaderClassName
{
color: #263F58;
}
.AnyTagClassName
{
color: #263F58;
}
</style>
background-color css
<style>
a { background-color: #263F58; }
a { background-color: rgb(38,63,88); }
div.DivClassName
{
background-color: #263F58;
}
.BgClassName
{
background-color: #263F58;
}
</style>
border-color css
<style>
span { border-color: #263F58; }
span { border-color: rgb(38,63,88); }
td.TdClassName
{
border-color: #263F58;
}
.TagClassName
{
border-color: #263F58;
}
</style>