Shades of Pelorous #259DAC
Tints of Pelorous #259DAC
RGB
CMYK
RGB Variations
Color information
#259DAC (or 0x259DAC) is known color: Pelorous. HEX triplet: 25, 9D and AC. RGB value is (37,157,172). Sum of RGB (Red+Green+Blue) = 37+157+172=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #259DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259DAC is #DA6253. Grayscale: #7A7A7A. Windows color (decimal): -14312020 or 11312421. OLE color: 11312421.
HSL color Cylindrical-coordinate representation of color #259DAC: hue angle of 186.67º degrees, saturation: 0.65, 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 #259DAC is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 157 | 172 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.33 |
| HSL | 186.67º | 0.65% | 0.41% | - |
| HSV(B) | 186.67º | 0.78% | 0.67% | - |
| XYZ | 20.27 | 27.49 | 43.27 | - |
| YUV | 122.83 | 155.74 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 157 | 172 | 0.78 | 0.09 | 0 | 0.33 | 186.67 | 0.65 | 0.41 |
| Hex | 25 | 9D | AC | 4E | 9 | 0 | 21 | BB | 41 | 29 |
| Octal | 45 | 235 | 254 | 116 | 11 | 0 | 41 | 273 | 101 | 51 |
| Binary | 100101 | 10011101 | 10101100 | 1001110 | 1001 | 0 | 100001 | 10111011 | 1000001 | 101001 |
Color Harmonies of #259DAC
Complementary color
Monochromatic Colors of #259DAC
Black with #259DAC
Text Example
Text Example
White with #259DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259DAC; }
p { color: rgb(37,157,172); }
H1.HeaderClassName
{
color: #259DAC;
}
.AnyTagClassName
{
color: #259DAC;
}
</style>
background-color css
<style>
a { background-color: #259DAC; }
a { background-color: rgb(37,157,172); }
div.DivClassName
{
background-color: #259DAC;
}
.BgClassName
{
background-color: #259DAC;
}
</style>
border-color css
<style>
span { border-color: #259DAC; }
span { border-color: rgb(37,157,172); }
td.TdClassName
{
border-color: #259DAC;
}
.TagClassName
{
border-color: #259DAC;
}
</style>