Shades of Resolution Blue #263872
Tints of Resolution Blue #263872
RGB
CMYK
RGB Variations
Color information
#263872 (or 0x263872) is known color: Resolution Blue. HEX triplet: 26, 38 and 72. RGB value is (38,56,114). Sum of RGB (Red+Green+Blue) = 38+56+114=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #263872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263872 is #D9C78D. Grayscale: #383838. Windows color (decimal): -14272398 or 7485478. OLE color: 7485478.
HSL color Cylindrical-coordinate representation of color #263872: hue angle of 225.79º 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 #263872 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 56 | 114 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.55 |
| HSL | 225.79º | 0.5% | 0.3% | - |
| HSV(B) | 225.79º | 0.67% | 0.45% | - |
| XYZ | 5.25 | 4.46 | 16.5 | - |
| YUV | 57.23 | 160.04 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 114 | 0.67 | 0.51 | 0 | 0.55 | 225.79 | 0.5 | 0.3 |
| Hex | 26 | 38 | 72 | 43 | 33 | 0 | 37 | E2 | 32 | 1E |
| Octal | 46 | 70 | 162 | 103 | 63 | 0 | 67 | 342 | 62 | 36 |
| Binary | 100110 | 111000 | 1110010 | 1000011 | 110011 | 0 | 110111 | 11100010 | 110010 | 11110 |
Color Harmonies of #263872
Complementary color
Monochromatic Colors of #263872
Black with #263872
Text Example
Text Example
White with #263872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263872; }
p { color: rgb(38,56,114); }
H1.HeaderClassName
{
color: #263872;
}
.AnyTagClassName
{
color: #263872;
}
</style>
background-color css
<style>
a { background-color: #263872; }
a { background-color: rgb(38,56,114); }
div.DivClassName
{
background-color: #263872;
}
.BgClassName
{
background-color: #263872;
}
</style>
border-color css
<style>
span { border-color: #263872; }
span { border-color: rgb(38,56,114); }
td.TdClassName
{
border-color: #263872;
}
.TagClassName
{
border-color: #263872;
}
</style>