Shades of Pelorous #248ABC
Tints of Pelorous #248ABC
RGB
CMYK
RGB Variations
Color information
#248ABC (or 0x248ABC) is known color: Pelorous. HEX triplet: 24, 8A and BC. RGB value is (36,138,188). Sum of RGB (Red+Green+Blue) = 36+138+188=362 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.94% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #248ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248ABC is #DB7543. Grayscale: #707070. Windows color (decimal): -14382404 or 12356132. OLE color: 12356132.
HSL color Cylindrical-coordinate representation of color #248ABC: hue angle of 199.74º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #248ABC is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 138 | 188 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.26 |
| HSL | 199.74º | 0.68% | 0.44% | - |
| HSV(B) | 199.74º | 0.81% | 0.74% | - |
| XYZ | 18.89 | 22.18 | 50.86 | - |
| YUV | 113.2 | 170.21 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 188 | 0.81 | 0.27 | 0 | 0.26 | 199.74 | 0.68 | 0.44 |
| Hex | 24 | 8A | BC | 51 | 1B | 0 | 1A | C8 | 44 | 2C |
| Octal | 44 | 212 | 274 | 121 | 33 | 0 | 32 | 310 | 104 | 54 |
| Binary | 100100 | 10001010 | 10111100 | 1010001 | 11011 | 0 | 11010 | 11001000 | 1000100 | 101100 |
Color Harmonies of #248ABC
Complementary color
Monochromatic Colors of #248ABC
Black with #248ABC
Text Example
Text Example
White with #248ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248ABC; }
p { color: rgb(36,138,188); }
H1.HeaderClassName
{
color: #248ABC;
}
.AnyTagClassName
{
color: #248ABC;
}
</style>
background-color css
<style>
a { background-color: #248ABC; }
a { background-color: rgb(36,138,188); }
div.DivClassName
{
background-color: #248ABC;
}
.BgClassName
{
background-color: #248ABC;
}
</style>
border-color css
<style>
span { border-color: #248ABC; }
span { border-color: rgb(36,138,188); }
td.TdClassName
{
border-color: #248ABC;
}
.TagClassName
{
border-color: #248ABC;
}
</style>