Shades of Resolution Blue #263F7B
Tints of Resolution Blue #263F7B
RGB
CMYK
RGB Variations
Color information
#263F7B (or 0x263F7B) is known color: Resolution Blue. HEX triplet: 26, 3F and 7B. RGB value is (38,63,123). Sum of RGB (Red+Green+Blue) = 38+63+123=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #263F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F7B is #D9C084. Grayscale: #3E3E3E. Windows color (decimal): -14270597 or 8077094. OLE color: 8077094.
HSL color Cylindrical-coordinate representation of color #263F7B: hue angle of 222.35º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #263F7B is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 63 | 123 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.52 |
| HSL | 222.35º | 0.53% | 0.32% | - |
| HSV(B) | 222.35º | 0.69% | 0.48% | - |
| XYZ | 6.15 | 5.4 | 19.46 | - |
| YUV | 62.37 | 162.22 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 123 | 0.69 | 0.49 | 0 | 0.52 | 222.35 | 0.53 | 0.32 |
| Hex | 26 | 3F | 7B | 45 | 31 | 0 | 34 | DE | 35 | 20 |
| Octal | 46 | 77 | 173 | 105 | 61 | 0 | 64 | 336 | 65 | 40 |
| Binary | 100110 | 111111 | 1111011 | 1000101 | 110001 | 0 | 110100 | 11011110 | 110101 | 100000 |
Color Harmonies of #263F7B
Complementary color
Monochromatic Colors of #263F7B
Black with #263F7B
Text Example
Text Example
White with #263F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F7B; }
p { color: rgb(38,63,123); }
H1.HeaderClassName
{
color: #263F7B;
}
.AnyTagClassName
{
color: #263F7B;
}
</style>
background-color css
<style>
a { background-color: #263F7B; }
a { background-color: rgb(38,63,123); }
div.DivClassName
{
background-color: #263F7B;
}
.BgClassName
{
background-color: #263F7B;
}
</style>
border-color css
<style>
span { border-color: #263F7B; }
span { border-color: rgb(38,63,123); }
td.TdClassName
{
border-color: #263F7B;
}
.TagClassName
{
border-color: #263F7B;
}
</style>