Shades of Curious Blue #2484BE
Tints of Curious Blue #2484BE
RGB
CMYK
RGB Variations
Color information
#2484BE (or 0x2484BE) is known color: Curious Blue. HEX triplet: 24, 84 and BE. RGB value is (36,132,190). Sum of RGB (Red+Green+Blue) = 36+132+190=358 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.06% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #2484BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2484BE is #DB7B41. Grayscale: #6D6D6D. Windows color (decimal): -14383938 or 12485668. OLE color: 12485668.
HSL color Cylindrical-coordinate representation of color #2484BE: hue angle of 202.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2484BE is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 132 | 190 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.25 |
| HSL | 202.6º | 0.68% | 0.44% | - |
| HSV(B) | 202.6º | 0.81% | 0.75% | - |
| XYZ | 18.27 | 20.6 | 51.73 | - |
| YUV | 109.91 | 173.2 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 132 | 190 | 0.81 | 0.31 | 0 | 0.25 | 202.6 | 0.68 | 0.44 |
| Hex | 24 | 84 | BE | 51 | 1F | 0 | 19 | CB | 44 | 2C |
| Octal | 44 | 204 | 276 | 121 | 37 | 0 | 31 | 313 | 104 | 54 |
| Binary | 100100 | 10000100 | 10111110 | 1010001 | 11111 | 0 | 11001 | 11001011 | 1000100 | 101100 |
Color Harmonies of #2484BE
Complementary color
Monochromatic Colors of #2484BE
Black with #2484BE
Text Example
Text Example
White with #2484BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2484BE; }
p { color: rgb(36,132,190); }
H1.HeaderClassName
{
color: #2484BE;
}
.AnyTagClassName
{
color: #2484BE;
}
</style>
background-color css
<style>
a { background-color: #2484BE; }
a { background-color: rgb(36,132,190); }
div.DivClassName
{
background-color: #2484BE;
}
.BgClassName
{
background-color: #2484BE;
}
</style>
border-color css
<style>
span { border-color: #2484BE; }
span { border-color: rgb(36,132,190); }
td.TdClassName
{
border-color: #2484BE;
}
.TagClassName
{
border-color: #2484BE;
}
</style>