Shades of Resolution Blue #263272
Tints of Resolution Blue #263272
RGB
CMYK
RGB Variations
Color information
#263272 (or 0x263272) is known color: Resolution Blue. HEX triplet: 26, 32 and 72. RGB value is (38,50,114). Sum of RGB (Red+Green+Blue) = 38+50+114=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #263272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263272 is #D9CD8D. Grayscale: #353535. Windows color (decimal): -14273934 or 7483942. OLE color: 7483942.
HSL color Cylindrical-coordinate representation of color #263272: hue angle of 230.53º 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 #263272 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 50 | 114 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.55 |
| HSL | 230.53º | 0.5% | 0.3% | - |
| HSV(B) | 230.53º | 0.67% | 0.45% | - |
| XYZ | 4.98 | 3.91 | 16.41 | - |
| YUV | 53.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 114 | 0.67 | 0.56 | 0 | 0.55 | 230.53 | 0.5 | 0.3 |
| Hex | 26 | 32 | 72 | 43 | 38 | 0 | 37 | E7 | 32 | 1E |
| Octal | 46 | 62 | 162 | 103 | 70 | 0 | 67 | 347 | 62 | 36 |
| Binary | 100110 | 110010 | 1110010 | 1000011 | 111000 | 0 | 110111 | 11100111 | 110010 | 11110 |
Color Harmonies of #263272
Complementary color
Monochromatic Colors of #263272
Black with #263272
Text Example
Text Example
White with #263272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263272; }
p { color: rgb(38,50,114); }
H1.HeaderClassName
{
color: #263272;
}
.AnyTagClassName
{
color: #263272;
}
</style>
background-color css
<style>
a { background-color: #263272; }
a { background-color: rgb(38,50,114); }
div.DivClassName
{
background-color: #263272;
}
.BgClassName
{
background-color: #263272;
}
</style>
border-color css
<style>
span { border-color: #263272; }
span { border-color: rgb(38,50,114); }
td.TdClassName
{
border-color: #263272;
}
.TagClassName
{
border-color: #263272;
}
</style>