Shades of Lochmara #21639B
Tints of Lochmara #21639B
RGB
CMYK
RGB Variations
Color information
#21639B (or 0x21639B) is known color: Lochmara. HEX triplet: 21, 63 and 9B. RGB value is (33,99,155). Sum of RGB (Red+Green+Blue) = 33+99+155=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #21639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21639B is #DE9C64. Grayscale: #555555. Windows color (decimal): -14589029 or 10183457. OLE color: 10183457.
HSL color Cylindrical-coordinate representation of color #21639B: hue angle of 207.54º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21639B is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 99 | 155 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.39 |
| HSL | 207.54º | 0.65% | 0.37% | - |
| HSV(B) | 207.54º | 0.79% | 0.61% | - |
| XYZ | 11.01 | 11.61 | 32.67 | - |
| YUV | 85.65 | 167.13 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 155 | 0.79 | 0.36 | 0 | 0.39 | 207.54 | 0.65 | 0.37 |
| Hex | 21 | 63 | 9B | 4F | 24 | 0 | 27 | D0 | 41 | 25 |
| Octal | 41 | 143 | 233 | 117 | 44 | 0 | 47 | 320 | 101 | 45 |
| Binary | 100001 | 1100011 | 10011011 | 1001111 | 100100 | 0 | 100111 | 11010000 | 1000001 | 100101 |
Color Harmonies of #21639B
Complementary color
Monochromatic Colors of #21639B
Black with #21639B
Text Example
Text Example
White with #21639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21639B; }
p { color: rgb(33,99,155); }
H1.HeaderClassName
{
color: #21639B;
}
.AnyTagClassName
{
color: #21639B;
}
</style>
background-color css
<style>
a { background-color: #21639B; }
a { background-color: rgb(33,99,155); }
div.DivClassName
{
background-color: #21639B;
}
.BgClassName
{
background-color: #21639B;
}
</style>
border-color css
<style>
span { border-color: #21639B; }
span { border-color: rgb(33,99,155); }
td.TdClassName
{
border-color: #21639B;
}
.TagClassName
{
border-color: #21639B;
}
</style>