Shades of Cerulean Blue #2754C1
Tints of Cerulean Blue #2754C1
RGB
CMYK
RGB Variations
Color information
#2754C1 (or 0x2754C1) is known color: Cerulean Blue. HEX triplet: 27, 54 and C1. RGB value is (39,84,193). Sum of RGB (Red+Green+Blue) = 39+84+193=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 193 (75.78% from 255 or 61.08% from 316); Max value from RGB is 193 - color contains mainly: blue. Hex color #2754C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2754C1 is #D8AB3E. Grayscale: #525252. Windows color (decimal): -14199615 or 12669991. OLE color: 12669991.
HSL color Cylindrical-coordinate representation of color #2754C1: hue angle of 222.47º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2754C1 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 84 | 193 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.24 |
| HSL | 222.47º | 0.66% | 0.45% | - |
| HSV(B) | 222.47º | 0.8% | 0.76% | - |
| XYZ | 13.63 | 10.62 | 51.78 | - |
| YUV | 82.97 | 190.09 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 193 | 0.80 | 0.56 | 0 | 0.24 | 222.47 | 0.66 | 0.45 |
| Hex | 27 | 54 | C1 | 50 | 38 | 0 | 18 | DE | 42 | 2D |
| Octal | 47 | 124 | 301 | 120 | 70 | 0 | 30 | 336 | 102 | 55 |
| Binary | 100111 | 1010100 | 11000001 | 1010000 | 111000 | 0 | 11000 | 11011110 | 1000010 | 101101 |
Color Harmonies of #2754C1
Complementary color
Monochromatic Colors of #2754C1
Black with #2754C1
Text Example
Text Example
White with #2754C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2754C1; }
p { color: rgb(39,84,193); }
H1.HeaderClassName
{
color: #2754C1;
}
.AnyTagClassName
{
color: #2754C1;
}
</style>
background-color css
<style>
a { background-color: #2754C1; }
a { background-color: rgb(39,84,193); }
div.DivClassName
{
background-color: #2754C1;
}
.BgClassName
{
background-color: #2754C1;
}
</style>
border-color css
<style>
span { border-color: #2754C1; }
span { border-color: rgb(39,84,193); }
td.TdClassName
{
border-color: #2754C1;
}
.TagClassName
{
border-color: #2754C1;
}
</style>