Shades of Pelorous #258FAC
Tints of Pelorous #258FAC
RGB
CMYK
RGB Variations
Color information
#258FAC (or 0x258FAC) is known color: Pelorous. HEX triplet: 25, 8F and AC. RGB value is (37,143,172). Sum of RGB (Red+Green+Blue) = 37+143+172=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #258FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258FAC is #DA7053. Grayscale: #727272. Windows color (decimal): -14315604 or 11308837. OLE color: 11308837.
HSL color Cylindrical-coordinate representation of color #258FAC: hue angle of 192.89º 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 #258FAC is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 143 | 172 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.33 |
| HSL | 192.89º | 0.65% | 0.41% | - |
| HSV(B) | 192.89º | 0.78% | 0.67% | - |
| XYZ | 18.03 | 23.02 | 42.52 | - |
| YUV | 114.61 | 160.38 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 143 | 172 | 0.78 | 0.17 | 0 | 0.33 | 192.89 | 0.65 | 0.41 |
| Hex | 25 | 8F | AC | 4E | 11 | 0 | 21 | C1 | 41 | 29 |
| Octal | 45 | 217 | 254 | 116 | 21 | 0 | 41 | 301 | 101 | 51 |
| Binary | 100101 | 10001111 | 10101100 | 1001110 | 10001 | 0 | 100001 | 11000001 | 1000001 | 101001 |
Color Harmonies of #258FAC
Complementary color
Monochromatic Colors of #258FAC
Black with #258FAC
Text Example
Text Example
White with #258FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258FAC; }
p { color: rgb(37,143,172); }
H1.HeaderClassName
{
color: #258FAC;
}
.AnyTagClassName
{
color: #258FAC;
}
</style>
background-color css
<style>
a { background-color: #258FAC; }
a { background-color: rgb(37,143,172); }
div.DivClassName
{
background-color: #258FAC;
}
.BgClassName
{
background-color: #258FAC;
}
</style>
border-color css
<style>
span { border-color: #258FAC; }
span { border-color: rgb(37,143,172); }
td.TdClassName
{
border-color: #258FAC;
}
.TagClassName
{
border-color: #258FAC;
}
</style>