Shades of Resolution Blue #263D74
Tints of Resolution Blue #263D74
RGB
CMYK
RGB Variations
Color information
#263D74 (or 0x263D74) is known color: Resolution Blue. HEX triplet: 26, 3D and 74. RGB value is (38,61,116). Sum of RGB (Red+Green+Blue) = 38+61+116=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #263D74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D74 is #D9C28B. Grayscale: #3C3C3C. Windows color (decimal): -14271116 or 7617830. OLE color: 7617830.
HSL color Cylindrical-coordinate representation of color #263D74: hue angle of 222.31º degrees, saturation: 0.51, 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 #263D74 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 61 | 116 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.55 |
| HSL | 222.31º | 0.51% | 0.3% | - |
| HSV(B) | 222.31º | 0.67% | 0.45% | - |
| XYZ | 5.62 | 5.01 | 17.19 | - |
| YUV | 60.39 | 159.38 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 116 | 0.67 | 0.47 | 0 | 0.55 | 222.31 | 0.51 | 0.3 |
| Hex | 26 | 3D | 74 | 43 | 2F | 0 | 37 | DE | 33 | 1E |
| Octal | 46 | 75 | 164 | 103 | 57 | 0 | 67 | 336 | 63 | 36 |
| Binary | 100110 | 111101 | 1110100 | 1000011 | 101111 | 0 | 110111 | 11011110 | 110011 | 11110 |
Color Harmonies of #263D74
Complementary color
Monochromatic Colors of #263D74
Black with #263D74
Text Example
Text Example
White with #263D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D74; }
p { color: rgb(38,61,116); }
H1.HeaderClassName
{
color: #263D74;
}
.AnyTagClassName
{
color: #263D74;
}
</style>
background-color css
<style>
a { background-color: #263D74; }
a { background-color: rgb(38,61,116); }
div.DivClassName
{
background-color: #263D74;
}
.BgClassName
{
background-color: #263D74;
}
</style>
border-color css
<style>
span { border-color: #263D74; }
span { border-color: rgb(38,61,116); }
td.TdClassName
{
border-color: #263D74;
}
.TagClassName
{
border-color: #263D74;
}
</style>