Shades of Cerulean Blue #2742DB
Tints of Cerulean Blue #2742DB
RGB
CMYK
RGB Variations
Color information
#2742DB (or 0x2742DB) is known color: Cerulean Blue. HEX triplet: 27, 42 and DB. RGB value is (39,66,219). Sum of RGB (Red+Green+Blue) = 39+66+219=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #2742DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2742DB is #D8BD24. Grayscale: #4A4A4A. Windows color (decimal): -14204197 or 14369319. OLE color: 14369319.
HSL color Cylindrical-coordinate representation of color #2742DB: hue angle of 231º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2742DB is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 66 | 219 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.14 |
| HSL | 231º | 0.71% | 0.51% | - |
| HSV(B) | 231º | 0.82% | 0.86% | - |
| XYZ | 15.57 | 9.44 | 68.02 | - |
| YUV | 75.37 | 209.05 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 219 | 0.82 | 0.70 | 0 | 0.14 | 231 | 0.71 | 0.51 |
| Hex | 27 | 42 | DB | 52 | 46 | 0 | E | E7 | 47 | 33 |
| Octal | 47 | 102 | 333 | 122 | 106 | 0 | 16 | 347 | 107 | 63 |
| Binary | 100111 | 1000010 | 11011011 | 1010010 | 1000110 | 0 | 1110 | 11100111 | 1000111 | 110011 |
Color Harmonies of #2742DB
Complementary color
Monochromatic Colors of #2742DB
Black with #2742DB
Text Example
Text Example
White with #2742DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2742DB; }
p { color: rgb(39,66,219); }
H1.HeaderClassName
{
color: #2742DB;
}
.AnyTagClassName
{
color: #2742DB;
}
</style>
background-color css
<style>
a { background-color: #2742DB; }
a { background-color: rgb(39,66,219); }
div.DivClassName
{
background-color: #2742DB;
}
.BgClassName
{
background-color: #2742DB;
}
</style>
border-color css
<style>
span { border-color: #2742DB; }
span { border-color: rgb(39,66,219); }
td.TdClassName
{
border-color: #2742DB;
}
.TagClassName
{
border-color: #2742DB;
}
</style>