Shades of Lochmara #266DB4
Tints of Lochmara #266DB4
RGB
CMYK
RGB Variations
Color information
#266DB4 (or 0x266DB4) is known color: Lochmara. HEX triplet: 26, 6D and B4. RGB value is (38,109,180). Sum of RGB (Red+Green+Blue) = 38+109+180=327 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.62% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 180 (70.70% from 255 or 55.05% from 327); Max value from RGB is 180 - color contains mainly: blue. Hex color #266DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266DB4 is #D9924B. Grayscale: #5F5F5F. Windows color (decimal): -14258764 or 11824422. OLE color: 11824422.
HSL color Cylindrical-coordinate representation of color #266DB4: hue angle of 210º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #266DB4 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 109 | 180 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.29 |
| HSL | 210º | 0.65% | 0.43% | - |
| HSV(B) | 210º | 0.79% | 0.71% | - |
| XYZ | 14.51 | 14.64 | 45.24 | - |
| YUV | 95.87 | 175.48 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 180 | 0.79 | 0.39 | 0 | 0.29 | 210 | 0.65 | 0.43 |
| Hex | 26 | 6D | B4 | 4F | 27 | 0 | 1D | D2 | 41 | 2B |
| Octal | 46 | 155 | 264 | 117 | 47 | 0 | 35 | 322 | 101 | 53 |
| Binary | 100110 | 1101101 | 10110100 | 1001111 | 100111 | 0 | 11101 | 11010010 | 1000001 | 101011 |
Color Harmonies of #266DB4
Complementary color
Monochromatic Colors of #266DB4
Black with #266DB4
Text Example
Text Example
White with #266DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266DB4; }
p { color: rgb(38,109,180); }
H1.HeaderClassName
{
color: #266DB4;
}
.AnyTagClassName
{
color: #266DB4;
}
</style>
background-color css
<style>
a { background-color: #266DB4; }
a { background-color: rgb(38,109,180); }
div.DivClassName
{
background-color: #266DB4;
}
.BgClassName
{
background-color: #266DB4;
}
</style>
border-color css
<style>
span { border-color: #266DB4; }
span { border-color: rgb(38,109,180); }
td.TdClassName
{
border-color: #266DB4;
}
.TagClassName
{
border-color: #266DB4;
}
</style>