Shades of Chathams Blue #255B67
Tints of Chathams Blue #255B67
RGB
CMYK
RGB Variations
Color information
#255B67 (or 0x255B67) is known color: Chathams Blue. HEX triplet: 25, 5B and 67. RGB value is (37,91,103). Sum of RGB (Red+Green+Blue) = 37+91+103=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #255B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B67 is #DAA498. Grayscale: #4C4C4C. Windows color (decimal): -14328985 or 6773541. OLE color: 6773541.
HSL color Cylindrical-coordinate representation of color #255B67: hue angle of 190.91º 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 #255B67 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 91 | 103 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.60 |
| HSL | 190.91º | 0.47% | 0.27% | - |
| HSV(B) | 190.91º | 0.64% | 0.4% | - |
| XYZ | 6.95 | 8.85 | 14.17 | - |
| YUV | 76.22 | 143.11 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 103 | 0.64 | 0.12 | 0 | 0.60 | 190.91 | 0.47 | 0.27 |
| Hex | 25 | 5B | 67 | 40 | C | 0 | 3C | BF | 2F | 1B |
| Octal | 45 | 133 | 147 | 100 | 14 | 0 | 74 | 277 | 57 | 33 |
| Binary | 100101 | 1011011 | 1100111 | 1000000 | 1100 | 0 | 111100 | 10111111 | 101111 | 11011 |
Color Harmonies of #255B67
Complementary color
Monochromatic Colors of #255B67
Black with #255B67
Text Example
Text Example
White with #255B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B67; }
p { color: rgb(37,91,103); }
H1.HeaderClassName
{
color: #255B67;
}
.AnyTagClassName
{
color: #255B67;
}
</style>
background-color css
<style>
a { background-color: #255B67; }
a { background-color: rgb(37,91,103); }
div.DivClassName
{
background-color: #255B67;
}
.BgClassName
{
background-color: #255B67;
}
</style>
border-color css
<style>
span { border-color: #255B67; }
span { border-color: rgb(37,91,103); }
td.TdClassName
{
border-color: #255B67;
}
.TagClassName
{
border-color: #255B67;
}
</style>