Shades of Resolution Blue #263A72
Tints of Resolution Blue #263A72
RGB
CMYK
RGB Variations
Color information
#263A72 (or 0x263A72) is known color: Resolution Blue. HEX triplet: 26, 3A and 72. RGB value is (38,58,114). Sum of RGB (Red+Green+Blue) = 38+58+114=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #263A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A72 is #D9C58D. Grayscale: #3A3A3A. Windows color (decimal): -14271886 or 7485990. OLE color: 7485990.
HSL color Cylindrical-coordinate representation of color #263A72: hue angle of 224.21º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #263A72 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 58 | 114 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.55 |
| HSL | 224.21º | 0.5% | 0.3% | - |
| HSV(B) | 224.21º | 0.67% | 0.45% | - |
| XYZ | 5.35 | 4.65 | 16.54 | - |
| YUV | 58.4 | 159.37 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 114 | 0.67 | 0.49 | 0 | 0.55 | 224.21 | 0.5 | 0.3 |
| Hex | 26 | 3A | 72 | 43 | 31 | 0 | 37 | E0 | 32 | 1E |
| Octal | 46 | 72 | 162 | 103 | 61 | 0 | 67 | 340 | 62 | 36 |
| Binary | 100110 | 111010 | 1110010 | 1000011 | 110001 | 0 | 110111 | 11100000 | 110010 | 11110 |
Color Harmonies of #263A72
Complementary color
Monochromatic Colors of #263A72
Black with #263A72
Text Example
Text Example
White with #263A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A72; }
p { color: rgb(38,58,114); }
H1.HeaderClassName
{
color: #263A72;
}
.AnyTagClassName
{
color: #263A72;
}
</style>
background-color css
<style>
a { background-color: #263A72; }
a { background-color: rgb(38,58,114); }
div.DivClassName
{
background-color: #263A72;
}
.BgClassName
{
background-color: #263A72;
}
</style>
border-color css
<style>
span { border-color: #263A72; }
span { border-color: rgb(38,58,114); }
td.TdClassName
{
border-color: #263A72;
}
.TagClassName
{
border-color: #263A72;
}
</style>