Shades of Cerulean Blue #2447BC
Tints of Cerulean Blue #2447BC
RGB
CMYK
RGB Variations
Color information
#2447BC (or 0x2447BC) is known color: Cerulean Blue. HEX triplet: 24, 47 and BC. RGB value is (36,71,188). Sum of RGB (Red+Green+Blue) = 36+71+188=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #2447BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2447BC is #DBB843. Grayscale: #494949. Windows color (decimal): -14399556 or 12338980. OLE color: 12338980.
HSL color Cylindrical-coordinate representation of color #2447BC: hue angle of 226.18º 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 #2447BC is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 71 | 188 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.26 |
| HSL | 226.18º | 0.68% | 0.44% | - |
| HSV(B) | 226.18º | 0.81% | 0.74% | - |
| XYZ | 12.06 | 8.51 | 48.58 | - |
| YUV | 73.87 | 192.4 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 71 | 188 | 0.81 | 0.62 | 0 | 0.26 | 226.18 | 0.68 | 0.44 |
| Hex | 24 | 47 | BC | 51 | 3E | 0 | 1A | E2 | 44 | 2C |
| Octal | 44 | 107 | 274 | 121 | 76 | 0 | 32 | 342 | 104 | 54 |
| Binary | 100100 | 1000111 | 10111100 | 1010001 | 111110 | 0 | 11010 | 11100010 | 1000100 | 101100 |
Color Harmonies of #2447BC
Complementary color
Monochromatic Colors of #2447BC
Black with #2447BC
Text Example
Text Example
White with #2447BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2447BC; }
p { color: rgb(36,71,188); }
H1.HeaderClassName
{
color: #2447BC;
}
.AnyTagClassName
{
color: #2447BC;
}
</style>
background-color css
<style>
a { background-color: #2447BC; }
a { background-color: rgb(36,71,188); }
div.DivClassName
{
background-color: #2447BC;
}
.BgClassName
{
background-color: #2447BC;
}
</style>
border-color css
<style>
span { border-color: #2447BC; }
span { border-color: rgb(36,71,188); }
td.TdClassName
{
border-color: #2447BC;
}
.TagClassName
{
border-color: #2447BC;
}
</style>