Shades of Resolution Blue #263D7B
Tints of Resolution Blue #263D7B
RGB
CMYK
RGB Variations
Color information
#263D7B (or 0x263D7B) is known color: Resolution Blue. HEX triplet: 26, 3D and 7B. RGB value is (38,61,123). Sum of RGB (Red+Green+Blue) = 38+61+123=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #263D7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D7B is #D9C284. Grayscale: #3C3C3C. Windows color (decimal): -14271109 or 8076582. OLE color: 8076582.
HSL color Cylindrical-coordinate representation of color #263D7B: hue angle of 223.76º 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 #263D7B is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 61 | 123 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.52 |
| HSL | 223.76º | 0.53% | 0.32% | - |
| HSV(B) | 223.76º | 0.69% | 0.48% | - |
| XYZ | 6.04 | 5.18 | 19.42 | - |
| YUV | 61.19 | 162.88 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 123 | 0.69 | 0.50 | 0 | 0.52 | 223.76 | 0.53 | 0.32 |
| Hex | 26 | 3D | 7B | 45 | 32 | 0 | 34 | E0 | 35 | 20 |
| Octal | 46 | 75 | 173 | 105 | 62 | 0 | 64 | 340 | 65 | 40 |
| Binary | 100110 | 111101 | 1111011 | 1000101 | 110010 | 0 | 110100 | 11100000 | 110101 | 100000 |
Color Harmonies of #263D7B
Complementary color
Monochromatic Colors of #263D7B
Black with #263D7B
Text Example
Text Example
White with #263D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D7B; }
p { color: rgb(38,61,123); }
H1.HeaderClassName
{
color: #263D7B;
}
.AnyTagClassName
{
color: #263D7B;
}
</style>
background-color css
<style>
a { background-color: #263D7B; }
a { background-color: rgb(38,61,123); }
div.DivClassName
{
background-color: #263D7B;
}
.BgClassName
{
background-color: #263D7B;
}
</style>
border-color css
<style>
span { border-color: #263D7B; }
span { border-color: rgb(38,61,123); }
td.TdClassName
{
border-color: #263D7B;
}
.TagClassName
{
border-color: #263D7B;
}
</style>