Shades of Resolution Blue #26368C
Tints of Resolution Blue #26368C
RGB
CMYK
RGB Variations
Color information
#26368C (or 0x26368C) is known color: Resolution Blue. HEX triplet: 26, 36 and 8C. RGB value is (38,54,140). Sum of RGB (Red+Green+Blue) = 38+54+140=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #26368C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26368C is #D9C973. Grayscale: #3A3A3A. Windows color (decimal): -14272884 or 9188902. OLE color: 9188902.
HSL color Cylindrical-coordinate representation of color #26368C: hue angle of 230.59º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26368C is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 54 | 140 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.45 |
| HSL | 230.59º | 0.57% | 0.35% | - |
| HSV(B) | 230.59º | 0.73% | 0.55% | - |
| XYZ | 6.85 | 4.94 | 25.4 | - |
| YUV | 59.02 | 173.7 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 140 | 0.73 | 0.61 | 0 | 0.45 | 230.59 | 0.57 | 0.35 |
| Hex | 26 | 36 | 8C | 49 | 3D | 0 | 2D | E7 | 39 | 23 |
| Octal | 46 | 66 | 214 | 111 | 75 | 0 | 55 | 347 | 71 | 43 |
| Binary | 100110 | 110110 | 10001100 | 1001001 | 111101 | 0 | 101101 | 11100111 | 111001 | 100011 |
Color Harmonies of #26368C
Complementary color
Monochromatic Colors of #26368C
Black with #26368C
Text Example
Text Example
White with #26368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26368C; }
p { color: rgb(38,54,140); }
H1.HeaderClassName
{
color: #26368C;
}
.AnyTagClassName
{
color: #26368C;
}
</style>
background-color css
<style>
a { background-color: #26368C; }
a { background-color: rgb(38,54,140); }
div.DivClassName
{
background-color: #26368C;
}
.BgClassName
{
background-color: #26368C;
}
</style>
border-color css
<style>
span { border-color: #26368C; }
span { border-color: rgb(38,54,140); }
td.TdClassName
{
border-color: #26368C;
}
.TagClassName
{
border-color: #26368C;
}
</style>