Shades of Curious Blue #2484BC
Tints of Curious Blue #2484BC
RGB
CMYK
RGB Variations
Color information
#2484BC (or 0x2484BC) is known color: Curious Blue. HEX triplet: 24, 84 and BC. RGB value is (36,132,188). Sum of RGB (Red+Green+Blue) = 36+132+188=356 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.11% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #2484BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2484BC is #DB7B43. Grayscale: #6D6D6D. Windows color (decimal): -14383940 or 12354596. OLE color: 12354596.
HSL color Cylindrical-coordinate representation of color #2484BC: hue angle of 202.11º 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 #2484BC is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 132 | 188 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.26 |
| HSL | 202.11º | 0.68% | 0.44% | - |
| HSV(B) | 202.11º | 0.81% | 0.74% | - |
| XYZ | 18.06 | 20.51 | 50.58 | - |
| YUV | 109.68 | 172.2 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 132 | 188 | 0.81 | 0.30 | 0 | 0.26 | 202.11 | 0.68 | 0.44 |
| Hex | 24 | 84 | BC | 51 | 1E | 0 | 1A | CA | 44 | 2C |
| Octal | 44 | 204 | 274 | 121 | 36 | 0 | 32 | 312 | 104 | 54 |
| Binary | 100100 | 10000100 | 10111100 | 1010001 | 11110 | 0 | 11010 | 11001010 | 1000100 | 101100 |
Color Harmonies of #2484BC
Complementary color
Monochromatic Colors of #2484BC
Black with #2484BC
Text Example
Text Example
White with #2484BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2484BC; }
p { color: rgb(36,132,188); }
H1.HeaderClassName
{
color: #2484BC;
}
.AnyTagClassName
{
color: #2484BC;
}
</style>
background-color css
<style>
a { background-color: #2484BC; }
a { background-color: rgb(36,132,188); }
div.DivClassName
{
background-color: #2484BC;
}
.BgClassName
{
background-color: #2484BC;
}
</style>
border-color css
<style>
span { border-color: #2484BC; }
span { border-color: rgb(36,132,188); }
td.TdClassName
{
border-color: #2484BC;
}
.TagClassName
{
border-color: #2484BC;
}
</style>