Shades of Cerulean Blue #2744D3
Tints of Cerulean Blue #2744D3
RGB
CMYK
RGB Variations
Color information
#2744D3 (or 0x2744D3) is known color: Cerulean Blue. HEX triplet: 27, 44 and D3. RGB value is (39,68,211). Sum of RGB (Red+Green+Blue) = 39+68+211=318 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.26% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 211 (82.81% from 255 or 66.35% from 318); Max value from RGB is 211 - color contains mainly: blue. Hex color #2744D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2744D3 is #D8BB2C. Grayscale: #4B4B4B. Windows color (decimal): -14203693 or 13845543. OLE color: 13845543.
HSL color Cylindrical-coordinate representation of color #2744D3: hue angle of 229.88º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2744D3 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 39 | 68 | 211 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.17 |
| HSL | 229.88º | 0.69% | 0.49% | - |
| HSV(B) | 229.88º | 0.82% | 0.83% | - |
| XYZ | 14.66 | 9.27 | 62.64 | - |
| YUV | 75.63 | 204.39 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 68 | 211 | 0.82 | 0.68 | 0 | 0.17 | 229.88 | 0.69 | 0.49 |
| Hex | 27 | 44 | D3 | 52 | 44 | 0 | 11 | E6 | 45 | 31 |
| Octal | 47 | 104 | 323 | 122 | 104 | 0 | 21 | 346 | 105 | 61 |
| Binary | 100111 | 1000100 | 11010011 | 1010010 | 1000100 | 0 | 10001 | 11100110 | 1000101 | 110001 |
Color Harmonies of #2744D3
Complementary color
Monochromatic Colors of #2744D3
Black with #2744D3
Text Example
Text Example
White with #2744D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2744D3; }
p { color: rgb(39,68,211); }
H1.HeaderClassName
{
color: #2744D3;
}
.AnyTagClassName
{
color: #2744D3;
}
</style>
background-color css
<style>
a { background-color: #2744D3; }
a { background-color: rgb(39,68,211); }
div.DivClassName
{
background-color: #2744D3;
}
.BgClassName
{
background-color: #2744D3;
}
</style>
border-color css
<style>
span { border-color: #2744D3; }
span { border-color: rgb(39,68,211); }
td.TdClassName
{
border-color: #2744D3;
}
.TagClassName
{
border-color: #2744D3;
}
</style>