Shades of Pelorous #258AB5
Tints of Pelorous #258AB5
RGB
CMYK
RGB Variations
Color information
#258AB5 (or 0x258AB5) is known color: Pelorous. HEX triplet: 25, 8A and B5. RGB value is (37,138,181). Sum of RGB (Red+Green+Blue) = 37+138+181=356 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.39% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #258AB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258AB5 is #DA754A. Grayscale: #707070. Windows color (decimal): -14316875 or 11897381. OLE color: 11897381.
HSL color Cylindrical-coordinate representation of color #258AB5: hue angle of 197.92º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #258AB5 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 138 | 181 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.29 |
| HSL | 197.92º | 0.66% | 0.43% | - |
| HSV(B) | 197.92º | 0.8% | 0.71% | - |
| XYZ | 18.19 | 21.91 | 46.99 | - |
| YUV | 112.7 | 166.54 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 138 | 181 | 0.80 | 0.24 | 0 | 0.29 | 197.92 | 0.66 | 0.43 |
| Hex | 25 | 8A | B5 | 50 | 18 | 0 | 1D | C6 | 42 | 2B |
| Octal | 45 | 212 | 265 | 120 | 30 | 0 | 35 | 306 | 102 | 53 |
| Binary | 100101 | 10001010 | 10110101 | 1010000 | 11000 | 0 | 11101 | 11000110 | 1000010 | 101011 |
Color Harmonies of #258AB5
Complementary color
Monochromatic Colors of #258AB5
Black with #258AB5
Text Example
Text Example
White with #258AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258AB5; }
p { color: rgb(37,138,181); }
H1.HeaderClassName
{
color: #258AB5;
}
.AnyTagClassName
{
color: #258AB5;
}
</style>
background-color css
<style>
a { background-color: #258AB5; }
a { background-color: rgb(37,138,181); }
div.DivClassName
{
background-color: #258AB5;
}
.BgClassName
{
background-color: #258AB5;
}
</style>
border-color css
<style>
span { border-color: #258AB5; }
span { border-color: rgb(37,138,181); }
td.TdClassName
{
border-color: #258AB5;
}
.TagClassName
{
border-color: #258AB5;
}
</style>