Shades of Pelorous #249BCC
Tints of Pelorous #249BCC
RGB
CMYK
RGB Variations
Color information
#249BCC (or 0x249BCC) is known color: Pelorous. HEX triplet: 24, 9B and CC. RGB value is (36,155,204). Sum of RGB (Red+Green+Blue) = 36+155+204=395 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.11% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #249BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BCC is #DB6433. Grayscale: #7C7C7C. Windows color (decimal): -14378036 or 13409060. OLE color: 13409060.
HSL color Cylindrical-coordinate representation of color #249BCC: hue angle of 197.5º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #249BCC is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 155 | 204 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.2 |
| HSL | 197.5º | 0.7% | 0.47% | - |
| HSV(B) | 197.5º | 0.82% | 0.8% | - |
| XYZ | 23.35 | 28.18 | 61.33 | - |
| YUV | 125.01 | 172.58 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 204 | 0.82 | 0.24 | 0 | 0.2 | 197.5 | 0.7 | 0.47 |
| Hex | 24 | 9B | CC | 52 | 18 | 0 | 14 | C6 | 46 | 2F |
| Octal | 44 | 233 | 314 | 122 | 30 | 0 | 24 | 306 | 106 | 57 |
| Binary | 100100 | 10011011 | 11001100 | 1010010 | 11000 | 0 | 10100 | 11000110 | 1000110 | 101111 |
Color Harmonies of #249BCC
Complementary color
Monochromatic Colors of #249BCC
Black with #249BCC
Text Example
Text Example
White with #249BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249BCC; }
p { color: rgb(36,155,204); }
H1.HeaderClassName
{
color: #249BCC;
}
.AnyTagClassName
{
color: #249BCC;
}
</style>
background-color css
<style>
a { background-color: #249BCC; }
a { background-color: rgb(36,155,204); }
div.DivClassName
{
background-color: #249BCC;
}
.BgClassName
{
background-color: #249BCC;
}
</style>
border-color css
<style>
span { border-color: #249BCC; }
span { border-color: rgb(36,155,204); }
td.TdClassName
{
border-color: #249BCC;
}
.TagClassName
{
border-color: #249BCC;
}
</style>