Shades of Chathams Blue #2D4F6A
Tints of Chathams Blue #2D4F6A
RGB
CMYK
RGB Variations
Color information
#2D4F6A (or 0x2D4F6A) is known color: Chathams Blue. HEX triplet: 2D, 4F and 6A. RGB value is (45,79,106). Sum of RGB (Red+Green+Blue) = 45+79+106=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 106 - color contains mainly: blue. Hex color #2D4F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D4F6A is #D2B095. Grayscale: #474747. Windows color (decimal): -13807766 or 6967085. OLE color: 6967085.
HSL color Cylindrical-coordinate representation of color #2D4F6A: hue angle of 206.56º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D4F6A is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 79 | 106 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.58 |
| HSL | 206.56º | 0.4% | 0.3% | - |
| HSV(B) | 206.56º | 0.58% | 0.42% | - |
| XYZ | 6.48 | 7.19 | 14.68 | - |
| YUV | 71.91 | 147.24 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 79 | 106 | 0.58 | 0.25 | 0 | 0.58 | 206.56 | 0.4 | 0.3 |
| Hex | 2D | 4F | 6A | 3A | 19 | 0 | 3A | CF | 28 | 1E |
| Octal | 55 | 117 | 152 | 72 | 31 | 0 | 72 | 317 | 50 | 36 |
| Binary | 101101 | 1001111 | 1101010 | 111010 | 11001 | 0 | 111010 | 11001111 | 101000 | 11110 |
Color Harmonies of #2D4F6A
Complementary color
Monochromatic Colors of #2D4F6A
Black with #2D4F6A
Text Example
Text Example
White with #2D4F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4F6A; }
p { color: rgb(45,79,106); }
H1.HeaderClassName
{
color: #2D4F6A;
}
.AnyTagClassName
{
color: #2D4F6A;
}
</style>
background-color css
<style>
a { background-color: #2D4F6A; }
a { background-color: rgb(45,79,106); }
div.DivClassName
{
background-color: #2D4F6A;
}
.BgClassName
{
background-color: #2D4F6A;
}
</style>
border-color css
<style>
span { border-color: #2D4F6A; }
span { border-color: rgb(45,79,106); }
td.TdClassName
{
border-color: #2D4F6A;
}
.TagClassName
{
border-color: #2D4F6A;
}
</style>