Shades of Chathams Blue #2E5268
Tints of Chathams Blue #2E5268
RGB
CMYK
RGB Variations
Color information
#2E5268 (or 0x2E5268) is known color: Chathams Blue. HEX triplet: 2E, 52 and 68. RGB value is (46,82,104). Sum of RGB (Red+Green+Blue) = 46+82+104=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #2E5268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5268 is #D1AD97. Grayscale: #494949. Windows color (decimal): -13741464 or 6836782. OLE color: 6836782.
HSL color Cylindrical-coordinate representation of color #2E5268: hue angle of 202.76º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E5268 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 82 | 104 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.59 |
| HSL | 202.76º | 0.39% | 0.29% | - |
| HSV(B) | 202.76º | 0.56% | 0.41% | - |
| XYZ | 6.64 | 7.61 | 14.22 | - |
| YUV | 73.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 104 | 0.56 | 0.21 | 0 | 0.59 | 202.76 | 0.39 | 0.29 |
| Hex | 2E | 52 | 68 | 38 | 15 | 0 | 3B | CB | 27 | 1D |
| Octal | 56 | 122 | 150 | 70 | 25 | 0 | 73 | 313 | 47 | 35 |
| Binary | 101110 | 1010010 | 1101000 | 111000 | 10101 | 0 | 111011 | 11001011 | 100111 | 11101 |
Color Harmonies of #2E5268
Complementary color
Monochromatic Colors of #2E5268
Black with #2E5268
Text Example
Text Example
White with #2E5268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5268; }
p { color: rgb(46,82,104); }
H1.HeaderClassName
{
color: #2E5268;
}
.AnyTagClassName
{
color: #2E5268;
}
</style>
background-color css
<style>
a { background-color: #2E5268; }
a { background-color: rgb(46,82,104); }
div.DivClassName
{
background-color: #2E5268;
}
.BgClassName
{
background-color: #2E5268;
}
</style>
border-color css
<style>
span { border-color: #2E5268; }
span { border-color: rgb(46,82,104); }
td.TdClassName
{
border-color: #2E5268;
}
.TagClassName
{
border-color: #2E5268;
}
</style>