Shades of Cerulean Blue #2761D1
Tints of Cerulean Blue #2761D1
RGB
CMYK
RGB Variations
Color information
#2761D1 (or 0x2761D1) is known color: Cerulean Blue. HEX triplet: 27, 61 and D1. RGB value is (39,97,209). Sum of RGB (Red+Green+Blue) = 39+97+209=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 209 (82.03% from 255 or 60.58% from 345); Max value from RGB is 209 - color contains mainly: blue. Hex color #2761D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2761D1 is #D89E2E. Grayscale: #5B5B5B. Windows color (decimal): -14196271 or 13721895. OLE color: 13721895.
HSL color Cylindrical-coordinate representation of color #2761D1: hue angle of 219.53º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2761D1 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 97 | 209 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.18 |
| HSL | 219.53º | 0.69% | 0.49% | - |
| HSV(B) | 219.53º | 0.81% | 0.82% | - |
| XYZ | 16.62 | 13.58 | 62.07 | - |
| YUV | 92.43 | 193.78 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 97 | 209 | 0.81 | 0.54 | 0 | 0.18 | 219.53 | 0.69 | 0.49 |
| Hex | 27 | 61 | D1 | 51 | 36 | 0 | 12 | DC | 45 | 31 |
| Octal | 47 | 141 | 321 | 121 | 66 | 0 | 22 | 334 | 105 | 61 |
| Binary | 100111 | 1100001 | 11010001 | 1010001 | 110110 | 0 | 10010 | 11011100 | 1000101 | 110001 |
Color Harmonies of #2761D1
Complementary color
Monochromatic Colors of #2761D1
Black with #2761D1
Text Example
Text Example
White with #2761D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2761D1; }
p { color: rgb(39,97,209); }
H1.HeaderClassName
{
color: #2761D1;
}
.AnyTagClassName
{
color: #2761D1;
}
</style>
background-color css
<style>
a { background-color: #2761D1; }
a { background-color: rgb(39,97,209); }
div.DivClassName
{
background-color: #2761D1;
}
.BgClassName
{
background-color: #2761D1;
}
</style>
border-color css
<style>
span { border-color: #2761D1; }
span { border-color: rgb(39,97,209); }
td.TdClassName
{
border-color: #2761D1;
}
.TagClassName
{
border-color: #2761D1;
}
</style>