Shades of Pelorous #248FB2
Tints of Pelorous #248FB2
RGB
CMYK
RGB Variations
Color information
#248FB2 (or 0x248FB2) is known color: Pelorous. HEX triplet: 24, 8F and B2. RGB value is (36,143,178). Sum of RGB (Red+Green+Blue) = 36+143+178=357 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.08% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #248FB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248FB2 is #DB704D. Grayscale: #727272. Windows color (decimal): -14381134 or 11702052. OLE color: 11702052.
HSL color Cylindrical-coordinate representation of color #248FB2: hue angle of 194.79º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #248FB2 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 143 | 178 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.30 |
| HSL | 194.79º | 0.66% | 0.42% | - |
| HSV(B) | 194.79º | 0.8% | 0.7% | - |
| XYZ | 18.59 | 23.23 | 45.62 | - |
| YUV | 115 | 163.55 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 178 | 0.80 | 0.20 | 0 | 0.30 | 194.79 | 0.66 | 0.42 |
| Hex | 24 | 8F | B2 | 50 | 14 | 0 | 1E | C3 | 42 | 2A |
| Octal | 44 | 217 | 262 | 120 | 24 | 0 | 36 | 303 | 102 | 52 |
| Binary | 100100 | 10001111 | 10110010 | 1010000 | 10100 | 0 | 11110 | 11000011 | 1000010 | 101010 |
Color Harmonies of #248FB2
Complementary color
Monochromatic Colors of #248FB2
Black with #248FB2
Text Example
Text Example
White with #248FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248FB2; }
p { color: rgb(36,143,178); }
H1.HeaderClassName
{
color: #248FB2;
}
.AnyTagClassName
{
color: #248FB2;
}
</style>
background-color css
<style>
a { background-color: #248FB2; }
a { background-color: rgb(36,143,178); }
div.DivClassName
{
background-color: #248FB2;
}
.BgClassName
{
background-color: #248FB2;
}
</style>
border-color css
<style>
span { border-color: #248FB2; }
span { border-color: rgb(36,143,178); }
td.TdClassName
{
border-color: #248FB2;
}
.TagClassName
{
border-color: #248FB2;
}
</style>