Shades of Chathams Blue #255C67
Tints of Chathams Blue #255C67
RGB
CMYK
RGB Variations
Color information
#255C67 (or 0x255C67) is known color: Chathams Blue. HEX triplet: 25, 5C and 67. RGB value is (37,92,103). Sum of RGB (Red+Green+Blue) = 37+92+103=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #255C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C67 is #DAA398. Grayscale: #4C4C4C. Windows color (decimal): -14328729 or 6773797. OLE color: 6773797.
HSL color Cylindrical-coordinate representation of color #255C67: hue angle of 190º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #255C67 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 92 | 103 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.60 |
| HSL | 190º | 0.47% | 0.27% | - |
| HSV(B) | 190º | 0.64% | 0.4% | - |
| XYZ | 7.04 | 9.03 | 14.2 | - |
| YUV | 76.81 | 142.78 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 103 | 0.64 | 0.11 | 0 | 0.60 | 190 | 0.47 | 0.27 |
| Hex | 25 | 5C | 67 | 40 | B | 0 | 3C | BE | 2F | 1B |
| Octal | 45 | 134 | 147 | 100 | 13 | 0 | 74 | 276 | 57 | 33 |
| Binary | 100101 | 1011100 | 1100111 | 1000000 | 1011 | 0 | 111100 | 10111110 | 101111 | 11011 |
Color Harmonies of #255C67
Complementary color
Monochromatic Colors of #255C67
Black with #255C67
Text Example
Text Example
White with #255C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C67; }
p { color: rgb(37,92,103); }
H1.HeaderClassName
{
color: #255C67;
}
.AnyTagClassName
{
color: #255C67;
}
</style>
background-color css
<style>
a { background-color: #255C67; }
a { background-color: rgb(37,92,103); }
div.DivClassName
{
background-color: #255C67;
}
.BgClassName
{
background-color: #255C67;
}
</style>
border-color css
<style>
span { border-color: #255C67; }
span { border-color: rgb(37,92,103); }
td.TdClassName
{
border-color: #255C67;
}
.TagClassName
{
border-color: #255C67;
}
</style>