Shades of Chathams Blue #264D6C
Tints of Chathams Blue #264D6C
RGB
CMYK
RGB Variations
Color information
#264D6C (or 0x264D6C) is known color: Chathams Blue. HEX triplet: 26, 4D and 6C. RGB value is (38,77,108). Sum of RGB (Red+Green+Blue) = 38+77+108=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #264D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264D6C is #D9B293. Grayscale: #444444. Windows color (decimal): -14267028 or 7097638. OLE color: 7097638.
HSL color Cylindrical-coordinate representation of color #264D6C: hue angle of 206.57º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #264D6C is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 77 | 108 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.58 |
| HSL | 206.57º | 0.48% | 0.29% | - |
| HSV(B) | 206.57º | 0.65% | 0.42% | - |
| XYZ | 6.16 | 6.8 | 15.18 | - |
| YUV | 68.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 108 | 0.65 | 0.29 | 0 | 0.58 | 206.57 | 0.48 | 0.29 |
| Hex | 26 | 4D | 6C | 41 | 1D | 0 | 3A | CF | 30 | 1D |
| Octal | 46 | 115 | 154 | 101 | 35 | 0 | 72 | 317 | 60 | 35 |
| Binary | 100110 | 1001101 | 1101100 | 1000001 | 11101 | 0 | 111010 | 11001111 | 110000 | 11101 |
Color Harmonies of #264D6C
Complementary color
Monochromatic Colors of #264D6C
Black with #264D6C
Text Example
Text Example
White with #264D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D6C; }
p { color: rgb(38,77,108); }
H1.HeaderClassName
{
color: #264D6C;
}
.AnyTagClassName
{
color: #264D6C;
}
</style>
background-color css
<style>
a { background-color: #264D6C; }
a { background-color: rgb(38,77,108); }
div.DivClassName
{
background-color: #264D6C;
}
.BgClassName
{
background-color: #264D6C;
}
</style>
border-color css
<style>
span { border-color: #264D6C; }
span { border-color: rgb(38,77,108); }
td.TdClassName
{
border-color: #264D6C;
}
.TagClassName
{
border-color: #264D6C;
}
</style>