Shades of Pelorous #259CBB
Tints of Pelorous #259CBB
RGB
CMYK
RGB Variations
Color information
#259CBB (or 0x259CBB) is known color: Pelorous. HEX triplet: 25, 9C and BB. RGB value is (37,156,187). Sum of RGB (Red+Green+Blue) = 37+156+187=380 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.74% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #259CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259CBB is #DA6344. Grayscale: #7B7B7B. Windows color (decimal): -14312261 or 12295205. OLE color: 12295205.
HSL color Cylindrical-coordinate representation of color #259CBB: hue angle of 192.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #259CBB is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 156 | 187 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.27 |
| HSL | 192.4º | 0.67% | 0.44% | - |
| HSV(B) | 192.4º | 0.8% | 0.73% | - |
| XYZ | 21.62 | 27.76 | 51.23 | - |
| YUV | 123.95 | 163.58 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 156 | 187 | 0.80 | 0.17 | 0 | 0.27 | 192.4 | 0.67 | 0.44 |
| Hex | 25 | 9C | BB | 50 | 11 | 0 | 1B | C0 | 43 | 2C |
| Octal | 45 | 234 | 273 | 120 | 21 | 0 | 33 | 300 | 103 | 54 |
| Binary | 100101 | 10011100 | 10111011 | 1010000 | 10001 | 0 | 11011 | 11000000 | 1000011 | 101100 |
Color Harmonies of #259CBB
Complementary color
Monochromatic Colors of #259CBB
Black with #259CBB
Text Example
Text Example
White with #259CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259CBB; }
p { color: rgb(37,156,187); }
H1.HeaderClassName
{
color: #259CBB;
}
.AnyTagClassName
{
color: #259CBB;
}
</style>
background-color css
<style>
a { background-color: #259CBB; }
a { background-color: rgb(37,156,187); }
div.DivClassName
{
background-color: #259CBB;
}
.BgClassName
{
background-color: #259CBB;
}
</style>
border-color css
<style>
span { border-color: #259CBB; }
span { border-color: rgb(37,156,187); }
td.TdClassName
{
border-color: #259CBB;
}
.TagClassName
{
border-color: #259CBB;
}
</style>