Shades of Cerulean Blue #2754CD
Tints of Cerulean Blue #2754CD
RGB
CMYK
RGB Variations
Color information
#2754CD (or 0x2754CD) is known color: Cerulean Blue. HEX triplet: 27, 54 and CD. RGB value is (39,84,205). Sum of RGB (Red+Green+Blue) = 39+84+205=328 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.89% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 205 (80.47% from 255 or 62.5% from 328); Max value from RGB is 205 - color contains mainly: blue. Hex color #2754CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2754CD is #D8AB32. Grayscale: #535353. Windows color (decimal): -14199603 or 13456423. OLE color: 13456423.
HSL color Cylindrical-coordinate representation of color #2754CD: hue angle of 223.73º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2754CD is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 84 | 205 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.20 |
| HSL | 223.73º | 0.68% | 0.48% | - |
| HSV(B) | 223.73º | 0.81% | 0.8% | - |
| XYZ | 15.03 | 11.18 | 59.12 | - |
| YUV | 84.34 | 196.09 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 205 | 0.81 | 0.59 | 0 | 0.20 | 223.73 | 0.68 | 0.48 |
| Hex | 27 | 54 | CD | 51 | 3B | 0 | 14 | E0 | 44 | 30 |
| Octal | 47 | 124 | 315 | 121 | 73 | 0 | 24 | 340 | 104 | 60 |
| Binary | 100111 | 1010100 | 11001101 | 1010001 | 111011 | 0 | 10100 | 11100000 | 1000100 | 110000 |
Color Harmonies of #2754CD
Complementary color
Monochromatic Colors of #2754CD
Black with #2754CD
Text Example
Text Example
White with #2754CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2754CD; }
p { color: rgb(39,84,205); }
H1.HeaderClassName
{
color: #2754CD;
}
.AnyTagClassName
{
color: #2754CD;
}
</style>
background-color css
<style>
a { background-color: #2754CD; }
a { background-color: rgb(39,84,205); }
div.DivClassName
{
background-color: #2754CD;
}
.BgClassName
{
background-color: #2754CD;
}
</style>
border-color css
<style>
span { border-color: #2754CD; }
span { border-color: rgb(39,84,205); }
td.TdClassName
{
border-color: #2754CD;
}
.TagClassName
{
border-color: #2754CD;
}
</style>