Shades of Chathams Blue #274F6B
Tints of Chathams Blue #274F6B
RGB
CMYK
RGB Variations
Color information
#274F6B (or 0x274F6B) is known color: Chathams Blue. HEX triplet: 27, 4F and 6B. RGB value is (39,79,107). Sum of RGB (Red+Green+Blue) = 39+79+107=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #274F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274F6B is #D8B094. Grayscale: #464646. Windows color (decimal): -14200981 or 7032615. OLE color: 7032615.
HSL color Cylindrical-coordinate representation of color #274F6B: hue angle of 204.71º 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 #274F6B is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 79 | 107 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.58 |
| HSL | 204.71º | 0.47% | 0.29% | - |
| HSV(B) | 204.71º | 0.64% | 0.42% | - |
| XYZ | 6.29 | 7.08 | 14.95 | - |
| YUV | 70.23 | 148.75 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 79 | 107 | 0.64 | 0.26 | 0 | 0.58 | 204.71 | 0.47 | 0.29 |
| Hex | 27 | 4F | 6B | 40 | 1A | 0 | 3A | CD | 2F | 1D |
| Octal | 47 | 117 | 153 | 100 | 32 | 0 | 72 | 315 | 57 | 35 |
| Binary | 100111 | 1001111 | 1101011 | 1000000 | 11010 | 0 | 111010 | 11001101 | 101111 | 11101 |
Color Harmonies of #274F6B
Complementary color
Monochromatic Colors of #274F6B
Black with #274F6B
Text Example
Text Example
White with #274F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274F6B; }
p { color: rgb(39,79,107); }
H1.HeaderClassName
{
color: #274F6B;
}
.AnyTagClassName
{
color: #274F6B;
}
</style>
background-color css
<style>
a { background-color: #274F6B; }
a { background-color: rgb(39,79,107); }
div.DivClassName
{
background-color: #274F6B;
}
.BgClassName
{
background-color: #274F6B;
}
</style>
border-color css
<style>
span { border-color: #274F6B; }
span { border-color: rgb(39,79,107); }
td.TdClassName
{
border-color: #274F6B;
}
.TagClassName
{
border-color: #274F6B;
}
</style>