Shades of Cerulean Blue #2746DA
Tints of Cerulean Blue #2746DA
RGB
CMYK
RGB Variations
Color information
#2746DA (or 0x2746DA) is known color: Cerulean Blue. HEX triplet: 27, 46 and DA. RGB value is (39,70,218). Sum of RGB (Red+Green+Blue) = 39+70+218=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #2746DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2746DA is #D8B925. Grayscale: #4C4C4C. Windows color (decimal): -14203174 or 14304807. OLE color: 14304807.
HSL color Cylindrical-coordinate representation of color #2746DA: hue angle of 229.61º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2746DA is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 70 | 218 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.15 |
| HSL | 229.61º | 0.71% | 0.5% | - |
| HSV(B) | 229.61º | 0.82% | 0.85% | - |
| XYZ | 15.68 | 9.87 | 67.41 | - |
| YUV | 77.6 | 207.23 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 218 | 0.82 | 0.68 | 0 | 0.15 | 229.61 | 0.71 | 0.5 |
| Hex | 27 | 46 | DA | 52 | 44 | 0 | F | E6 | 47 | 32 |
| Octal | 47 | 106 | 332 | 122 | 104 | 0 | 17 | 346 | 107 | 62 |
| Binary | 100111 | 1000110 | 11011010 | 1010010 | 1000100 | 0 | 1111 | 11100110 | 1000111 | 110010 |
Color Harmonies of #2746DA
Complementary color
Monochromatic Colors of #2746DA
Black with #2746DA
Text Example
Text Example
White with #2746DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2746DA; }
p { color: rgb(39,70,218); }
H1.HeaderClassName
{
color: #2746DA;
}
.AnyTagClassName
{
color: #2746DA;
}
</style>
background-color css
<style>
a { background-color: #2746DA; }
a { background-color: rgb(39,70,218); }
div.DivClassName
{
background-color: #2746DA;
}
.BgClassName
{
background-color: #2746DA;
}
</style>
border-color css
<style>
span { border-color: #2746DA; }
span { border-color: rgb(39,70,218); }
td.TdClassName
{
border-color: #2746DA;
}
.TagClassName
{
border-color: #2746DA;
}
</style>