Shades of Pelorous #238FBA
Tints of Pelorous #238FBA
RGB
CMYK
RGB Variations
Color information
#238FBA (or 0x238FBA) is known color: Pelorous. HEX triplet: 23, 8F and BA. RGB value is (35,143,186). Sum of RGB (Red+Green+Blue) = 35+143+186=364 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.62% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #238FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238FBA is #DC7045. Grayscale: #737373. Windows color (decimal): -14446662 or 12226339. OLE color: 12226339.
HSL color Cylindrical-coordinate representation of color #238FBA: hue angle of 197.09º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #238FBA is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 143 | 186 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.27 |
| HSL | 197.09º | 0.68% | 0.43% | - |
| HSV(B) | 197.09º | 0.81% | 0.73% | - |
| XYZ | 19.38 | 23.55 | 49.98 | - |
| YUV | 115.61 | 167.72 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 186 | 0.81 | 0.23 | 0 | 0.27 | 197.09 | 0.68 | 0.43 |
| Hex | 23 | 8F | BA | 51 | 17 | 0 | 1B | C5 | 44 | 2B |
| Octal | 43 | 217 | 272 | 121 | 27 | 0 | 33 | 305 | 104 | 53 |
| Binary | 100011 | 10001111 | 10111010 | 1010001 | 10111 | 0 | 11011 | 11000101 | 1000100 | 101011 |
Color Harmonies of #238FBA
Complementary color
Monochromatic Colors of #238FBA
Black with #238FBA
Text Example
Text Example
White with #238FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238FBA; }
p { color: rgb(35,143,186); }
H1.HeaderClassName
{
color: #238FBA;
}
.AnyTagClassName
{
color: #238FBA;
}
</style>
background-color css
<style>
a { background-color: #238FBA; }
a { background-color: rgb(35,143,186); }
div.DivClassName
{
background-color: #238FBA;
}
.BgClassName
{
background-color: #238FBA;
}
</style>
border-color css
<style>
span { border-color: #238FBA; }
span { border-color: rgb(35,143,186); }
td.TdClassName
{
border-color: #238FBA;
}
.TagClassName
{
border-color: #238FBA;
}
</style>