Shades of Cerulean Blue #2561CE
Tints of Cerulean Blue #2561CE
RGB
CMYK
RGB Variations
Color information
#2561CE (or 0x2561CE) is known color: Cerulean Blue. HEX triplet: 25, 61 and CE. RGB value is (37,97,206). Sum of RGB (Red+Green+Blue) = 37+97+206=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #2561CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2561CE is #DA9E31. Grayscale: #5A5A5A. Windows color (decimal): -14327346 or 13525285. OLE color: 13525285.
HSL color Cylindrical-coordinate representation of color #2561CE: hue angle of 218.7º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2561CE is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 97 | 206 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.19 |
| HSL | 218.7º | 0.7% | 0.48% | - |
| HSV(B) | 218.7º | 0.82% | 0.81% | - |
| XYZ | 16.18 | 13.4 | 60.13 | - |
| YUV | 91.49 | 192.62 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 206 | 0.82 | 0.53 | 0 | 0.19 | 218.7 | 0.7 | 0.48 |
| Hex | 25 | 61 | CE | 52 | 35 | 0 | 13 | DB | 46 | 30 |
| Octal | 45 | 141 | 316 | 122 | 65 | 0 | 23 | 333 | 106 | 60 |
| Binary | 100101 | 1100001 | 11001110 | 1010010 | 110101 | 0 | 10011 | 11011011 | 1000110 | 110000 |
Color Harmonies of #2561CE
Complementary color
Monochromatic Colors of #2561CE
Black with #2561CE
Text Example
Text Example
White with #2561CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2561CE; }
p { color: rgb(37,97,206); }
H1.HeaderClassName
{
color: #2561CE;
}
.AnyTagClassName
{
color: #2561CE;
}
</style>
background-color css
<style>
a { background-color: #2561CE; }
a { background-color: rgb(37,97,206); }
div.DivClassName
{
background-color: #2561CE;
}
.BgClassName
{
background-color: #2561CE;
}
</style>
border-color css
<style>
span { border-color: #2561CE; }
span { border-color: rgb(37,97,206); }
td.TdClassName
{
border-color: #2561CE;
}
.TagClassName
{
border-color: #2561CE;
}
</style>