Shades of Cerulean Blue #2446BC
Tints of Cerulean Blue #2446BC
RGB
CMYK
RGB Variations
Color information
#2446BC (or 0x2446BC) is known color: Cerulean Blue. HEX triplet: 24, 46 and BC. RGB value is (36,70,188). Sum of RGB (Red+Green+Blue) = 36+70+188=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #2446BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2446BC is #DBB943. Grayscale: #484848. Windows color (decimal): -14399812 or 12338724. OLE color: 12338724.
HSL color Cylindrical-coordinate representation of color #2446BC: hue angle of 226.58º 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 #2446BC is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 70 | 188 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.26 |
| HSL | 226.58º | 0.68% | 0.44% | - |
| HSV(B) | 226.58º | 0.81% | 0.74% | - |
| XYZ | 11.99 | 8.39 | 48.56 | - |
| YUV | 73.29 | 192.74 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 70 | 188 | 0.81 | 0.63 | 0 | 0.26 | 226.58 | 0.68 | 0.44 |
| Hex | 24 | 46 | BC | 51 | 3F | 0 | 1A | E3 | 44 | 2C |
| Octal | 44 | 106 | 274 | 121 | 77 | 0 | 32 | 343 | 104 | 54 |
| Binary | 100100 | 1000110 | 10111100 | 1010001 | 111111 | 0 | 11010 | 11100011 | 1000100 | 101100 |
Color Harmonies of #2446BC
Complementary color
Monochromatic Colors of #2446BC
Black with #2446BC
Text Example
Text Example
White with #2446BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2446BC; }
p { color: rgb(36,70,188); }
H1.HeaderClassName
{
color: #2446BC;
}
.AnyTagClassName
{
color: #2446BC;
}
</style>
background-color css
<style>
a { background-color: #2446BC; }
a { background-color: rgb(36,70,188); }
div.DivClassName
{
background-color: #2446BC;
}
.BgClassName
{
background-color: #2446BC;
}
</style>
border-color css
<style>
span { border-color: #2446BC; }
span { border-color: rgb(36,70,188); }
td.TdClassName
{
border-color: #2446BC;
}
.TagClassName
{
border-color: #2446BC;
}
</style>