Shades of Pelorous #259CAA
Tints of Pelorous #259CAA
RGB
CMYK
RGB Variations
Color information
#259CAA (or 0x259CAA) is known color: Pelorous. HEX triplet: 25, 9C and AA. RGB value is (37,156,170). Sum of RGB (Red+Green+Blue) = 37+156+170=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #259CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259CAA is #DA6355. Grayscale: #797979. Windows color (decimal): -14312278 or 11181093. OLE color: 11181093.
HSL color Cylindrical-coordinate representation of color #259CAA: hue angle of 186.32º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #259CAA is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 156 | 170 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.33 |
| HSL | 186.32º | 0.64% | 0.41% | - |
| HSV(B) | 186.32º | 0.78% | 0.67% | - |
| XYZ | 19.91 | 27.07 | 42.21 | - |
| YUV | 122.02 | 155.08 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 156 | 170 | 0.78 | 0.08 | 0 | 0.33 | 186.32 | 0.64 | 0.41 |
| Hex | 25 | 9C | AA | 4E | 8 | 0 | 21 | BA | 40 | 29 |
| Octal | 45 | 234 | 252 | 116 | 10 | 0 | 41 | 272 | 100 | 51 |
| Binary | 100101 | 10011100 | 10101010 | 1001110 | 1000 | 0 | 100001 | 10111010 | 1000000 | 101001 |
Color Harmonies of #259CAA
Complementary color
Monochromatic Colors of #259CAA
Black with #259CAA
Text Example
Text Example
White with #259CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259CAA; }
p { color: rgb(37,156,170); }
H1.HeaderClassName
{
color: #259CAA;
}
.AnyTagClassName
{
color: #259CAA;
}
</style>
background-color css
<style>
a { background-color: #259CAA; }
a { background-color: rgb(37,156,170); }
div.DivClassName
{
background-color: #259CAA;
}
.BgClassName
{
background-color: #259CAA;
}
</style>
border-color css
<style>
span { border-color: #259CAA; }
span { border-color: rgb(37,156,170); }
td.TdClassName
{
border-color: #259CAA;
}
.TagClassName
{
border-color: #259CAA;
}
</style>