Shades of Pelorous #258BBE
Tints of Pelorous #258BBE
RGB
CMYK
RGB Variations
Color information
#258BBE (or 0x258BBE) is known color: Pelorous. HEX triplet: 25, 8B and BE. RGB value is (37,139,190). Sum of RGB (Red+Green+Blue) = 37+139+190=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #258BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258BBE is #DA7441. Grayscale: #727272. Windows color (decimal): -14316610 or 12487461. OLE color: 12487461.
HSL color Cylindrical-coordinate representation of color #258BBE: hue angle of 200º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #258BBE is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 139 | 190 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.25 |
| HSL | 200º | 0.67% | 0.45% | - |
| HSV(B) | 200º | 0.81% | 0.75% | - |
| XYZ | 19.29 | 22.58 | 52.06 | - |
| YUV | 114.32 | 170.71 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 139 | 190 | 0.81 | 0.27 | 0 | 0.25 | 200 | 0.67 | 0.45 |
| Hex | 25 | 8B | BE | 51 | 1B | 0 | 19 | C8 | 43 | 2D |
| Octal | 45 | 213 | 276 | 121 | 33 | 0 | 31 | 310 | 103 | 55 |
| Binary | 100101 | 10001011 | 10111110 | 1010001 | 11011 | 0 | 11001 | 11001000 | 1000011 | 101101 |
Color Harmonies of #258BBE
Complementary color
Monochromatic Colors of #258BBE
Black with #258BBE
Text Example
Text Example
White with #258BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258BBE; }
p { color: rgb(37,139,190); }
H1.HeaderClassName
{
color: #258BBE;
}
.AnyTagClassName
{
color: #258BBE;
}
</style>
background-color css
<style>
a { background-color: #258BBE; }
a { background-color: rgb(37,139,190); }
div.DivClassName
{
background-color: #258BBE;
}
.BgClassName
{
background-color: #258BBE;
}
</style>
border-color css
<style>
span { border-color: #258BBE; }
span { border-color: rgb(37,139,190); }
td.TdClassName
{
border-color: #258BBE;
}
.TagClassName
{
border-color: #258BBE;
}
</style>