Shades of Pelorous #259CB2
Tints of Pelorous #259CB2
RGB
CMYK
RGB Variations
Color information
#259CB2 (or 0x259CB2) is known color: Pelorous. HEX triplet: 25, 9C and B2. RGB value is (37,156,178). Sum of RGB (Red+Green+Blue) = 37+156+178=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #259CB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259CB2 is #DA634D. Grayscale: #7A7A7A. Windows color (decimal): -14312270 or 11705381. OLE color: 11705381.
HSL color Cylindrical-coordinate representation of color #259CB2: hue angle of 189.36º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #259CB2 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 156 | 178 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.30 |
| HSL | 189.36º | 0.66% | 0.42% | - |
| HSV(B) | 189.36º | 0.79% | 0.7% | - |
| XYZ | 20.69 | 27.38 | 46.31 | - |
| YUV | 122.93 | 159.08 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 156 | 178 | 0.79 | 0.12 | 0 | 0.30 | 189.36 | 0.66 | 0.42 |
| Hex | 25 | 9C | B2 | 4F | C | 0 | 1E | BD | 42 | 2A |
| Octal | 45 | 234 | 262 | 117 | 14 | 0 | 36 | 275 | 102 | 52 |
| Binary | 100101 | 10011100 | 10110010 | 1001111 | 1100 | 0 | 11110 | 10111101 | 1000010 | 101010 |
Color Harmonies of #259CB2
Complementary color
Monochromatic Colors of #259CB2
Black with #259CB2
Text Example
Text Example
White with #259CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259CB2; }
p { color: rgb(37,156,178); }
H1.HeaderClassName
{
color: #259CB2;
}
.AnyTagClassName
{
color: #259CB2;
}
</style>
background-color css
<style>
a { background-color: #259CB2; }
a { background-color: rgb(37,156,178); }
div.DivClassName
{
background-color: #259CB2;
}
.BgClassName
{
background-color: #259CB2;
}
</style>
border-color css
<style>
span { border-color: #259CB2; }
span { border-color: rgb(37,156,178); }
td.TdClassName
{
border-color: #259CB2;
}
.TagClassName
{
border-color: #259CB2;
}
</style>