Shades of Chathams Blue #274E6C
Tints of Chathams Blue #274E6C
RGB
CMYK
RGB Variations
Color information
#274E6C (or 0x274E6C) is known color: Chathams Blue. HEX triplet: 27, 4E and 6C. RGB value is (39,78,108). Sum of RGB (Red+Green+Blue) = 39+78+108=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #274E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E6C is #D8B193. Grayscale: #454545. Windows color (decimal): -14201236 or 7097895. OLE color: 7097895.
HSL color Cylindrical-coordinate representation of color #274E6C: hue angle of 206.09º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #274E6C is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 78 | 108 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.58 |
| HSL | 206.09º | 0.47% | 0.29% | - |
| HSV(B) | 206.09º | 0.64% | 0.42% | - |
| XYZ | 6.27 | 6.96 | 15.2 | - |
| YUV | 69.76 | 149.58 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 108 | 0.64 | 0.28 | 0 | 0.58 | 206.09 | 0.47 | 0.29 |
| Hex | 27 | 4E | 6C | 40 | 1C | 0 | 3A | CE | 2F | 1D |
| Octal | 47 | 116 | 154 | 100 | 34 | 0 | 72 | 316 | 57 | 35 |
| Binary | 100111 | 1001110 | 1101100 | 1000000 | 11100 | 0 | 111010 | 11001110 | 101111 | 11101 |
Color Harmonies of #274E6C
Complementary color
Monochromatic Colors of #274E6C
Black with #274E6C
Text Example
Text Example
White with #274E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274E6C; }
p { color: rgb(39,78,108); }
H1.HeaderClassName
{
color: #274E6C;
}
.AnyTagClassName
{
color: #274E6C;
}
</style>
background-color css
<style>
a { background-color: #274E6C; }
a { background-color: rgb(39,78,108); }
div.DivClassName
{
background-color: #274E6C;
}
.BgClassName
{
background-color: #274E6C;
}
</style>
border-color css
<style>
span { border-color: #274E6C; }
span { border-color: rgb(39,78,108); }
td.TdClassName
{
border-color: #274E6C;
}
.TagClassName
{
border-color: #274E6C;
}
</style>