Shades of Chathams Blue #255A6C
Tints of Chathams Blue #255A6C
RGB
CMYK
RGB Variations
Color information
#255A6C (or 0x255A6C) is known color: Chathams Blue. HEX triplet: 25, 5A and 6C. RGB value is (37,90,108). Sum of RGB (Red+Green+Blue) = 37+90+108=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 108 - color contains mainly: blue. Hex color #255A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A6C is #DAA593. Grayscale: #4C4C4C. Windows color (decimal): -14329236 or 7100965. OLE color: 7100965.
HSL color Cylindrical-coordinate representation of color #255A6C: hue angle of 195.21º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #255A6C is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 90 | 108 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.58 |
| HSL | 195.21º | 0.49% | 0.28% | - |
| HSV(B) | 195.21º | 0.66% | 0.42% | - |
| XYZ | 7.13 | 8.79 | 15.51 | - |
| YUV | 76.21 | 145.94 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 108 | 0.66 | 0.17 | 0 | 0.58 | 195.21 | 0.49 | 0.28 |
| Hex | 25 | 5A | 6C | 42 | 11 | 0 | 3A | C3 | 31 | 1C |
| Octal | 45 | 132 | 154 | 102 | 21 | 0 | 72 | 303 | 61 | 34 |
| Binary | 100101 | 1011010 | 1101100 | 1000010 | 10001 | 0 | 111010 | 11000011 | 110001 | 11100 |
Color Harmonies of #255A6C
Complementary color
Monochromatic Colors of #255A6C
Black with #255A6C
Text Example
Text Example
White with #255A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255A6C; }
p { color: rgb(37,90,108); }
H1.HeaderClassName
{
color: #255A6C;
}
.AnyTagClassName
{
color: #255A6C;
}
</style>
background-color css
<style>
a { background-color: #255A6C; }
a { background-color: rgb(37,90,108); }
div.DivClassName
{
background-color: #255A6C;
}
.BgClassName
{
background-color: #255A6C;
}
</style>
border-color css
<style>
span { border-color: #255A6C; }
span { border-color: rgb(37,90,108); }
td.TdClassName
{
border-color: #255A6C;
}
.TagClassName
{
border-color: #255A6C;
}
</style>