Shades of Resolution Blue #263F7A
Tints of Resolution Blue #263F7A
RGB
CMYK
RGB Variations
Color information
#263F7A (or 0x263F7A) is known color: Resolution Blue. HEX triplet: 26, 3F and 7A. RGB value is (38,63,122). Sum of RGB (Red+Green+Blue) = 38+63+122=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #263F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F7A is #D9C085. Grayscale: #3D3D3D. Windows color (decimal): -14270598 or 8011558. OLE color: 8011558.
HSL color Cylindrical-coordinate representation of color #263F7A: hue angle of 222.14º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #263F7A is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 63 | 122 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.52 |
| HSL | 222.14º | 0.53% | 0.31% | - |
| HSV(B) | 222.14º | 0.69% | 0.48% | - |
| XYZ | 6.09 | 5.37 | 19.13 | - |
| YUV | 62.25 | 161.72 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 122 | 0.69 | 0.48 | 0 | 0.52 | 222.14 | 0.53 | 0.31 |
| Hex | 26 | 3F | 7A | 45 | 30 | 0 | 34 | DE | 34 | 1F |
| Octal | 46 | 77 | 172 | 105 | 60 | 0 | 64 | 336 | 64 | 37 |
| Binary | 100110 | 111111 | 1111010 | 1000101 | 110000 | 0 | 110100 | 11011110 | 110100 | 11111 |
Color Harmonies of #263F7A
Complementary color
Monochromatic Colors of #263F7A
Black with #263F7A
Text Example
Text Example
White with #263F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F7A; }
p { color: rgb(38,63,122); }
H1.HeaderClassName
{
color: #263F7A;
}
.AnyTagClassName
{
color: #263F7A;
}
</style>
background-color css
<style>
a { background-color: #263F7A; }
a { background-color: rgb(38,63,122); }
div.DivClassName
{
background-color: #263F7A;
}
.BgClassName
{
background-color: #263F7A;
}
</style>
border-color css
<style>
span { border-color: #263F7A; }
span { border-color: rgb(38,63,122); }
td.TdClassName
{
border-color: #263F7A;
}
.TagClassName
{
border-color: #263F7A;
}
</style>