Shades of Chathams Blue #255C6D
Tints of Chathams Blue #255C6D
RGB
CMYK
RGB Variations
Color information
#255C6D (or 0x255C6D) is known color: Chathams Blue. HEX triplet: 25, 5C and 6D. RGB value is (37,92,109). Sum of RGB (Red+Green+Blue) = 37+92+109=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #255C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C6D is #DAA392. Grayscale: #4D4D4D. Windows color (decimal): -14328723 or 7167013. OLE color: 7167013.
HSL color Cylindrical-coordinate representation of color #255C6D: hue angle of 194.17º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #255C6D is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 92 | 109 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.57 |
| HSL | 194.17º | 0.49% | 0.29% | - |
| HSV(B) | 194.17º | 0.66% | 0.43% | - |
| XYZ | 7.35 | 9.15 | 15.85 | - |
| YUV | 77.49 | 145.78 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 109 | 0.66 | 0.16 | 0 | 0.57 | 194.17 | 0.49 | 0.29 |
| Hex | 25 | 5C | 6D | 42 | 10 | 0 | 39 | C2 | 31 | 1D |
| Octal | 45 | 134 | 155 | 102 | 20 | 0 | 71 | 302 | 61 | 35 |
| Binary | 100101 | 1011100 | 1101101 | 1000010 | 10000 | 0 | 111001 | 11000010 | 110001 | 11101 |
Color Harmonies of #255C6D
Complementary color
Monochromatic Colors of #255C6D
Black with #255C6D
Text Example
Text Example
White with #255C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C6D; }
p { color: rgb(37,92,109); }
H1.HeaderClassName
{
color: #255C6D;
}
.AnyTagClassName
{
color: #255C6D;
}
</style>
background-color css
<style>
a { background-color: #255C6D; }
a { background-color: rgb(37,92,109); }
div.DivClassName
{
background-color: #255C6D;
}
.BgClassName
{
background-color: #255C6D;
}
</style>
border-color css
<style>
span { border-color: #255C6D; }
span { border-color: rgb(37,92,109); }
td.TdClassName
{
border-color: #255C6D;
}
.TagClassName
{
border-color: #255C6D;
}
</style>