Shades of Cerulean Blue #2C67CD
Tints of Cerulean Blue #2C67CD
RGB
CMYK
RGB Variations
Color information
#2C67CD (or 0x2C67CD) is known color: Cerulean Blue. HEX triplet: 2C, 67 and CD. RGB value is (44,103,205). Sum of RGB (Red+Green+Blue) = 44+103+205=352 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.5% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #2C67CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C67CD is #D39832. Grayscale: #606060. Windows color (decimal): -13867059 or 13461292. OLE color: 13461292.
HSL color Cylindrical-coordinate representation of color #2C67CD: hue angle of 218.01º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C67CD is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 103 | 205 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.20 |
| HSL | 218.01º | 0.65% | 0.49% | - |
| HSV(B) | 218.01º | 0.79% | 0.8% | - |
| XYZ | 16.91 | 14.64 | 59.69 | - |
| YUV | 96.99 | 188.95 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 103 | 205 | 0.79 | 0.50 | 0 | 0.20 | 218.01 | 0.65 | 0.49 |
| Hex | 2C | 67 | CD | 4F | 32 | 0 | 14 | DA | 41 | 31 |
| Octal | 54 | 147 | 315 | 117 | 62 | 0 | 24 | 332 | 101 | 61 |
| Binary | 101100 | 1100111 | 11001101 | 1001111 | 110010 | 0 | 10100 | 11011010 | 1000001 | 110001 |
Color Harmonies of #2C67CD
Complementary color
Monochromatic Colors of #2C67CD
Black with #2C67CD
Text Example
Text Example
White with #2C67CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C67CD; }
p { color: rgb(44,103,205); }
H1.HeaderClassName
{
color: #2C67CD;
}
.AnyTagClassName
{
color: #2C67CD;
}
</style>
background-color css
<style>
a { background-color: #2C67CD; }
a { background-color: rgb(44,103,205); }
div.DivClassName
{
background-color: #2C67CD;
}
.BgClassName
{
background-color: #2C67CD;
}
</style>
border-color css
<style>
span { border-color: #2C67CD; }
span { border-color: rgb(44,103,205); }
td.TdClassName
{
border-color: #2C67CD;
}
.TagClassName
{
border-color: #2C67CD;
}
</style>