Shades of Chathams Blue #265270
Tints of Chathams Blue #265270
RGB
CMYK
RGB Variations
Color information
#265270 (or 0x265270) is known color: Chathams Blue. HEX triplet: 26, 52 and 70. RGB value is (38,82,112). Sum of RGB (Red+Green+Blue) = 38+82+112=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #265270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265270 is #D9AD8F. Grayscale: #484848. Windows color (decimal): -14265744 or 7361062. OLE color: 7361062.
HSL color Cylindrical-coordinate representation of color #265270: hue angle of 204.32º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #265270 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 82 | 112 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.56 |
| HSL | 204.32º | 0.49% | 0.29% | - |
| HSV(B) | 204.32º | 0.66% | 0.44% | - |
| XYZ | 6.74 | 7.62 | 16.44 | - |
| YUV | 72.26 | 150.42 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 112 | 0.66 | 0.27 | 0 | 0.56 | 204.32 | 0.49 | 0.29 |
| Hex | 26 | 52 | 70 | 42 | 1B | 0 | 38 | CC | 31 | 1D |
| Octal | 46 | 122 | 160 | 102 | 33 | 0 | 70 | 314 | 61 | 35 |
| Binary | 100110 | 1010010 | 1110000 | 1000010 | 11011 | 0 | 111000 | 11001100 | 110001 | 11101 |
Color Harmonies of #265270
Complementary color
Monochromatic Colors of #265270
Black with #265270
Text Example
Text Example
White with #265270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265270; }
p { color: rgb(38,82,112); }
H1.HeaderClassName
{
color: #265270;
}
.AnyTagClassName
{
color: #265270;
}
</style>
background-color css
<style>
a { background-color: #265270; }
a { background-color: rgb(38,82,112); }
div.DivClassName
{
background-color: #265270;
}
.BgClassName
{
background-color: #265270;
}
</style>
border-color css
<style>
span { border-color: #265270; }
span { border-color: rgb(38,82,112); }
td.TdClassName
{
border-color: #265270;
}
.TagClassName
{
border-color: #265270;
}
</style>