Shades of Pelorous #259CB3
Tints of Pelorous #259CB3
RGB
CMYK
RGB Variations
Color information
#259CB3 (or 0x259CB3) is known color: Pelorous. HEX triplet: 25, 9C and B3. RGB value is (37,156,179). Sum of RGB (Red+Green+Blue) = 37+156+179=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #259CB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259CB3 is #DA634C. Grayscale: #7A7A7A. Windows color (decimal): -14312269 or 11770917. OLE color: 11770917.
HSL color Cylindrical-coordinate representation of color #259CB3: hue angle of 189.72º 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 #259CB3 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 156 | 179 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.30 |
| HSL | 189.72º | 0.66% | 0.42% | - |
| HSV(B) | 189.72º | 0.79% | 0.7% | - |
| XYZ | 20.79 | 27.42 | 46.85 | - |
| YUV | 123.04 | 159.58 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 156 | 179 | 0.79 | 0.13 | 0 | 0.30 | 189.72 | 0.66 | 0.42 |
| Hex | 25 | 9C | B3 | 4F | D | 0 | 1E | BE | 42 | 2A |
| Octal | 45 | 234 | 263 | 117 | 15 | 0 | 36 | 276 | 102 | 52 |
| Binary | 100101 | 10011100 | 10110011 | 1001111 | 1101 | 0 | 11110 | 10111110 | 1000010 | 101010 |
Color Harmonies of #259CB3
Complementary color
Monochromatic Colors of #259CB3
Black with #259CB3
Text Example
Text Example
White with #259CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259CB3; }
p { color: rgb(37,156,179); }
H1.HeaderClassName
{
color: #259CB3;
}
.AnyTagClassName
{
color: #259CB3;
}
</style>
background-color css
<style>
a { background-color: #259CB3; }
a { background-color: rgb(37,156,179); }
div.DivClassName
{
background-color: #259CB3;
}
.BgClassName
{
background-color: #259CB3;
}
</style>
border-color css
<style>
span { border-color: #259CB3; }
span { border-color: rgb(37,156,179); }
td.TdClassName
{
border-color: #259CB3;
}
.TagClassName
{
border-color: #259CB3;
}
</style>