Shades of Pelorous #248AB3
Tints of Pelorous #248AB3
RGB
CMYK
RGB Variations
Color information
#248AB3 (or 0x248AB3) is known color: Pelorous. HEX triplet: 24, 8A and B3. RGB value is (36,138,179). Sum of RGB (Red+Green+Blue) = 36+138+179=353 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.20% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #248AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248AB3 is #DB754C. Grayscale: #6F6F6F. Windows color (decimal): -14382413 or 11766308. OLE color: 11766308.
HSL color Cylindrical-coordinate representation of color #248AB3: hue angle of 197.2º degrees, saturation: 0.67, 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 #248AB3 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 138 | 179 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.30 |
| HSL | 197.2º | 0.67% | 0.42% | - |
| HSV(B) | 197.2º | 0.8% | 0.7% | - |
| XYZ | 17.95 | 21.81 | 45.91 | - |
| YUV | 112.18 | 165.71 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 179 | 0.80 | 0.23 | 0 | 0.30 | 197.2 | 0.67 | 0.42 |
| Hex | 24 | 8A | B3 | 50 | 17 | 0 | 1E | C5 | 43 | 2A |
| Octal | 44 | 212 | 263 | 120 | 27 | 0 | 36 | 305 | 103 | 52 |
| Binary | 100100 | 10001010 | 10110011 | 1010000 | 10111 | 0 | 11110 | 11000101 | 1000011 | 101010 |
Color Harmonies of #248AB3
Complementary color
Monochromatic Colors of #248AB3
Black with #248AB3
Text Example
Text Example
White with #248AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248AB3; }
p { color: rgb(36,138,179); }
H1.HeaderClassName
{
color: #248AB3;
}
.AnyTagClassName
{
color: #248AB3;
}
</style>
background-color css
<style>
a { background-color: #248AB3; }
a { background-color: rgb(36,138,179); }
div.DivClassName
{
background-color: #248AB3;
}
.BgClassName
{
background-color: #248AB3;
}
</style>
border-color css
<style>
span { border-color: #248AB3; }
span { border-color: rgb(36,138,179); }
td.TdClassName
{
border-color: #248AB3;
}
.TagClassName
{
border-color: #248AB3;
}
</style>