Shades of Pelorous #259BBE
Tints of Pelorous #259BBE
RGB
CMYK
RGB Variations
Color information
#259BBE (or 0x259BBE) is known color: Pelorous. HEX triplet: 25, 9B and BE. RGB value is (37,155,190). Sum of RGB (Red+Green+Blue) = 37+155+190=382 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.69% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #259BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259BBE is #DA6441. Grayscale: #7B7B7B. Windows color (decimal): -14312514 or 12491557. OLE color: 12491557.
HSL color Cylindrical-coordinate representation of color #259BBE: hue angle of 193.73º 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 #259BBE is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 155 | 190 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.25 |
| HSL | 193.73º | 0.67% | 0.45% | - |
| HSV(B) | 193.73º | 0.81% | 0.75% | - |
| XYZ | 21.78 | 27.55 | 52.89 | - |
| YUV | 123.71 | 165.41 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 190 | 0.81 | 0.18 | 0 | 0.25 | 193.73 | 0.67 | 0.45 |
| Hex | 25 | 9B | BE | 51 | 12 | 0 | 19 | C2 | 43 | 2D |
| Octal | 45 | 233 | 276 | 121 | 22 | 0 | 31 | 302 | 103 | 55 |
| Binary | 100101 | 10011011 | 10111110 | 1010001 | 10010 | 0 | 11001 | 11000010 | 1000011 | 101101 |
Color Harmonies of #259BBE
Complementary color
Monochromatic Colors of #259BBE
Black with #259BBE
Text Example
Text Example
White with #259BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259BBE; }
p { color: rgb(37,155,190); }
H1.HeaderClassName
{
color: #259BBE;
}
.AnyTagClassName
{
color: #259BBE;
}
</style>
background-color css
<style>
a { background-color: #259BBE; }
a { background-color: rgb(37,155,190); }
div.DivClassName
{
background-color: #259BBE;
}
.BgClassName
{
background-color: #259BBE;
}
</style>
border-color css
<style>
span { border-color: #259BBE; }
span { border-color: rgb(37,155,190); }
td.TdClassName
{
border-color: #259BBE;
}
.TagClassName
{
border-color: #259BBE;
}
</style>