Shades of Cerulean Blue #2C65C7
Tints of Cerulean Blue #2C65C7
RGB
CMYK
RGB Variations
Color information
#2C65C7 (or 0x2C65C7) is known color: Cerulean Blue. HEX triplet: 2C, 65 and C7. RGB value is (44,101,199). Sum of RGB (Red+Green+Blue) = 44+101+199=344 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.79% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 199 (78.12% from 255 or 57.85% from 344); Max value from RGB is 199 - color contains mainly: blue. Hex color #2C65C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C65C7 is #D39A38. Grayscale: #5E5E5E. Windows color (decimal): -13867577 or 13067564. OLE color: 13067564.
HSL color Cylindrical-coordinate representation of color #2C65C7: hue angle of 217.94º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C65C7 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 101 | 199 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.22 |
| HSL | 217.94º | 0.64% | 0.48% | - |
| HSV(B) | 217.94º | 0.78% | 0.78% | - |
| XYZ | 16 | 13.97 | 55.89 | - |
| YUV | 95.13 | 186.62 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 101 | 199 | 0.78 | 0.49 | 0 | 0.22 | 217.94 | 0.64 | 0.48 |
| Hex | 2C | 65 | C7 | 4E | 31 | 0 | 16 | DA | 40 | 30 |
| Octal | 54 | 145 | 307 | 116 | 61 | 0 | 26 | 332 | 100 | 60 |
| Binary | 101100 | 1100101 | 11000111 | 1001110 | 110001 | 0 | 10110 | 11011010 | 1000000 | 110000 |
Color Harmonies of #2C65C7
Complementary color
Monochromatic Colors of #2C65C7
Black with #2C65C7
Text Example
Text Example
White with #2C65C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C65C7; }
p { color: rgb(44,101,199); }
H1.HeaderClassName
{
color: #2C65C7;
}
.AnyTagClassName
{
color: #2C65C7;
}
</style>
background-color css
<style>
a { background-color: #2C65C7; }
a { background-color: rgb(44,101,199); }
div.DivClassName
{
background-color: #2C65C7;
}
.BgClassName
{
background-color: #2C65C7;
}
</style>
border-color css
<style>
span { border-color: #2C65C7; }
span { border-color: rgb(44,101,199); }
td.TdClassName
{
border-color: #2C65C7;
}
.TagClassName
{
border-color: #2C65C7;
}
</style>