Shades of Cerulean Blue #2661CF
Tints of Cerulean Blue #2661CF
RGB
CMYK
RGB Variations
Color information
#2661CF (or 0x2661CF) is known color: Cerulean Blue. HEX triplet: 26, 61 and CF. RGB value is (38,97,207). Sum of RGB (Red+Green+Blue) = 38+97+207=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #2661CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2661CF is #D99E30. Grayscale: #5B5B5B. Windows color (decimal): -14261809 or 13590822. OLE color: 13590822.
HSL color Cylindrical-coordinate representation of color #2661CF: hue angle of 219.05º degrees, saturation: 0.69, 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 #2661CF is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 97 | 207 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.19 |
| HSL | 219.05º | 0.69% | 0.48% | - |
| HSV(B) | 219.05º | 0.82% | 0.81% | - |
| XYZ | 16.34 | 13.47 | 60.77 | - |
| YUV | 91.9 | 192.95 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 97 | 207 | 0.82 | 0.53 | 0 | 0.19 | 219.05 | 0.69 | 0.48 |
| Hex | 26 | 61 | CF | 52 | 35 | 0 | 13 | DB | 45 | 30 |
| Octal | 46 | 141 | 317 | 122 | 65 | 0 | 23 | 333 | 105 | 60 |
| Binary | 100110 | 1100001 | 11001111 | 1010010 | 110101 | 0 | 10011 | 11011011 | 1000101 | 110000 |
Color Harmonies of #2661CF
Complementary color
Monochromatic Colors of #2661CF
Black with #2661CF
Text Example
Text Example
White with #2661CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2661CF; }
p { color: rgb(38,97,207); }
H1.HeaderClassName
{
color: #2661CF;
}
.AnyTagClassName
{
color: #2661CF;
}
</style>
background-color css
<style>
a { background-color: #2661CF; }
a { background-color: rgb(38,97,207); }
div.DivClassName
{
background-color: #2661CF;
}
.BgClassName
{
background-color: #2661CF;
}
</style>
border-color css
<style>
span { border-color: #2661CF; }
span { border-color: rgb(38,97,207); }
td.TdClassName
{
border-color: #2661CF;
}
.TagClassName
{
border-color: #2661CF;
}
</style>