Shades of Resolution Blue #263D8A
Tints of Resolution Blue #263D8A
RGB
CMYK
RGB Variations
Color information
#263D8A (or 0x263D8A) is known color: Resolution Blue. HEX triplet: 26, 3D and 8A. RGB value is (38,61,138). Sum of RGB (Red+Green+Blue) = 38+61+138=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 138 (54.30% from 255 or 58.23% from 237); Max value from RGB is 138 - color contains mainly: blue. Hex color #263D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263D8A is #D9C275. Grayscale: #3E3E3E. Windows color (decimal): -14271094 or 9059622. OLE color: 9059622.
HSL color Cylindrical-coordinate representation of color #263D8A: hue angle of 226.2º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #263D8A is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 61 | 138 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.46 |
| HSL | 226.2º | 0.57% | 0.35% | - |
| HSV(B) | 226.2º | 0.72% | 0.54% | - |
| XYZ | 7.06 | 5.58 | 24.75 | - |
| YUV | 62.9 | 170.38 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 138 | 0.72 | 0.56 | 0 | 0.46 | 226.2 | 0.57 | 0.35 |
| Hex | 26 | 3D | 8A | 48 | 38 | 0 | 2E | E2 | 39 | 23 |
| Octal | 46 | 75 | 212 | 110 | 70 | 0 | 56 | 342 | 71 | 43 |
| Binary | 100110 | 111101 | 10001010 | 1001000 | 111000 | 0 | 101110 | 11100010 | 111001 | 100011 |
Color Harmonies of #263D8A
Complementary color
Monochromatic Colors of #263D8A
Black with #263D8A
Text Example
Text Example
White with #263D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D8A; }
p { color: rgb(38,61,138); }
H1.HeaderClassName
{
color: #263D8A;
}
.AnyTagClassName
{
color: #263D8A;
}
</style>
background-color css
<style>
a { background-color: #263D8A; }
a { background-color: rgb(38,61,138); }
div.DivClassName
{
background-color: #263D8A;
}
.BgClassName
{
background-color: #263D8A;
}
</style>
border-color css
<style>
span { border-color: #263D8A; }
span { border-color: rgb(38,61,138); }
td.TdClassName
{
border-color: #263D8A;
}
.TagClassName
{
border-color: #263D8A;
}
</style>