Shades of Pelorous #258BBA
Tints of Pelorous #258BBA
RGB
CMYK
RGB Variations
Color information
#258BBA (or 0x258BBA) is known color: Pelorous. HEX triplet: 25, 8B and BA. RGB value is (37,139,186). Sum of RGB (Red+Green+Blue) = 37+139+186=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #258BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258BBA is #DA7445. Grayscale: #717171. Windows color (decimal): -14316614 or 12225317. OLE color: 12225317.
HSL color Cylindrical-coordinate representation of color #258BBA: hue angle of 198.93º 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 #258BBA is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 139 | 186 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.27 |
| HSL | 198.93º | 0.67% | 0.44% | - |
| HSV(B) | 198.93º | 0.8% | 0.73% | - |
| XYZ | 18.86 | 22.4 | 49.78 | - |
| YUV | 113.86 | 168.71 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 139 | 186 | 0.80 | 0.25 | 0 | 0.27 | 198.93 | 0.67 | 0.44 |
| Hex | 25 | 8B | BA | 50 | 19 | 0 | 1B | C7 | 43 | 2C |
| Octal | 45 | 213 | 272 | 120 | 31 | 0 | 33 | 307 | 103 | 54 |
| Binary | 100101 | 10001011 | 10111010 | 1010000 | 11001 | 0 | 11011 | 11000111 | 1000011 | 101100 |
Color Harmonies of #258BBA
Complementary color
Monochromatic Colors of #258BBA
Black with #258BBA
Text Example
Text Example
White with #258BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258BBA; }
p { color: rgb(37,139,186); }
H1.HeaderClassName
{
color: #258BBA;
}
.AnyTagClassName
{
color: #258BBA;
}
</style>
background-color css
<style>
a { background-color: #258BBA; }
a { background-color: rgb(37,139,186); }
div.DivClassName
{
background-color: #258BBA;
}
.BgClassName
{
background-color: #258BBA;
}
</style>
border-color css
<style>
span { border-color: #258BBA; }
span { border-color: rgb(37,139,186); }
td.TdClassName
{
border-color: #258BBA;
}
.TagClassName
{
border-color: #258BBA;
}
</style>