Shades of Chathams Blue #255A68
Tints of Chathams Blue #255A68
RGB
CMYK
RGB Variations
Color information
#255A68 (or 0x255A68) is known color: Chathams Blue. HEX triplet: 25, 5A and 68. RGB value is (37,90,104). Sum of RGB (Red+Green+Blue) = 37+90+104=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #255A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A68 is #DAA597. Grayscale: #4B4B4B. Windows color (decimal): -14329240 or 6838821. OLE color: 6838821.
HSL color Cylindrical-coordinate representation of color #255A68: hue angle of 192.54º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #255A68 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 90 | 104 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.59 |
| HSL | 192.54º | 0.48% | 0.28% | - |
| HSV(B) | 192.54º | 0.64% | 0.41% | - |
| XYZ | 6.92 | 8.71 | 14.41 | - |
| YUV | 75.75 | 143.94 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 104 | 0.64 | 0.13 | 0 | 0.59 | 192.54 | 0.48 | 0.28 |
| Hex | 25 | 5A | 68 | 40 | D | 0 | 3B | C1 | 30 | 1C |
| Octal | 45 | 132 | 150 | 100 | 15 | 0 | 73 | 301 | 60 | 34 |
| Binary | 100101 | 1011010 | 1101000 | 1000000 | 1101 | 0 | 111011 | 11000001 | 110000 | 11100 |
Color Harmonies of #255A68
Complementary color
Monochromatic Colors of #255A68
Black with #255A68
Text Example
Text Example
White with #255A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255A68; }
p { color: rgb(37,90,104); }
H1.HeaderClassName
{
color: #255A68;
}
.AnyTagClassName
{
color: #255A68;
}
</style>
background-color css
<style>
a { background-color: #255A68; }
a { background-color: rgb(37,90,104); }
div.DivClassName
{
background-color: #255A68;
}
.BgClassName
{
background-color: #255A68;
}
</style>
border-color css
<style>
span { border-color: #255A68; }
span { border-color: rgb(37,90,104); }
td.TdClassName
{
border-color: #255A68;
}
.TagClassName
{
border-color: #255A68;
}
</style>