Shades of Pelorous #238FBE
Tints of Pelorous #238FBE
RGB
CMYK
RGB Variations
Color information
#238FBE (or 0x238FBE) is known color: Pelorous. HEX triplet: 23, 8F and BE. RGB value is (35,143,190). Sum of RGB (Red+Green+Blue) = 35+143+190=368 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.51% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #238FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238FBE is #DC7041. Grayscale: #737373. Windows color (decimal): -14446658 or 12488483. OLE color: 12488483.
HSL color Cylindrical-coordinate representation of color #238FBE: hue angle of 198.19º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #238FBE is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 143 | 190 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.25 |
| HSL | 198.19º | 0.69% | 0.44% | - |
| HSV(B) | 198.19º | 0.82% | 0.75% | - |
| XYZ | 19.81 | 23.72 | 52.25 | - |
| YUV | 116.07 | 169.72 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 190 | 0.82 | 0.25 | 0 | 0.25 | 198.19 | 0.69 | 0.44 |
| Hex | 23 | 8F | BE | 52 | 19 | 0 | 19 | C6 | 45 | 2C |
| Octal | 43 | 217 | 276 | 122 | 31 | 0 | 31 | 306 | 105 | 54 |
| Binary | 100011 | 10001111 | 10111110 | 1010010 | 11001 | 0 | 11001 | 11000110 | 1000101 | 101100 |
Color Harmonies of #238FBE
Complementary color
Monochromatic Colors of #238FBE
Black with #238FBE
Text Example
Text Example
White with #238FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238FBE; }
p { color: rgb(35,143,190); }
H1.HeaderClassName
{
color: #238FBE;
}
.AnyTagClassName
{
color: #238FBE;
}
</style>
background-color css
<style>
a { background-color: #238FBE; }
a { background-color: rgb(35,143,190); }
div.DivClassName
{
background-color: #238FBE;
}
.BgClassName
{
background-color: #238FBE;
}
</style>
border-color css
<style>
span { border-color: #238FBE; }
span { border-color: rgb(35,143,190); }
td.TdClassName
{
border-color: #238FBE;
}
.TagClassName
{
border-color: #238FBE;
}
</style>