Shades of Cerulean Blue #2F44CC
Tints of Cerulean Blue #2F44CC
RGB
CMYK
RGB Variations
Color information
#2F44CC (or 0x2F44CC) is known color: Cerulean Blue. HEX triplet: 2F, 44 and CC. RGB value is (47,68,204). Sum of RGB (Red+Green+Blue) = 47+68+204=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #2F44CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F44CC is #D0BB33. Grayscale: #4C4C4C. Windows color (decimal): -13679412 or 13386799. OLE color: 13386799.
HSL color Cylindrical-coordinate representation of color #2F44CC: hue angle of 231.97º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F44CC is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 68 | 204 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.2 |
| HSL | 231.97º | 0.63% | 0.49% | - |
| HSV(B) | 231.97º | 0.77% | 0.8% | - |
| XYZ | 14.14 | 9.1 | 58.14 | - |
| YUV | 77.23 | 199.54 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 204 | 0.77 | 0.67 | 0 | 0.2 | 231.97 | 0.63 | 0.49 |
| Hex | 2F | 44 | CC | 4D | 43 | 0 | 14 | E8 | 3F | 31 |
| Octal | 57 | 104 | 314 | 115 | 103 | 0 | 24 | 350 | 77 | 61 |
| Binary | 101111 | 1000100 | 11001100 | 1001101 | 1000011 | 0 | 10100 | 11101000 | 111111 | 110001 |
Color Harmonies of #2F44CC
Complementary color
Monochromatic Colors of #2F44CC
Black with #2F44CC
Text Example
Text Example
White with #2F44CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F44CC; }
p { color: rgb(47,68,204); }
H1.HeaderClassName
{
color: #2F44CC;
}
.AnyTagClassName
{
color: #2F44CC;
}
</style>
background-color css
<style>
a { background-color: #2F44CC; }
a { background-color: rgb(47,68,204); }
div.DivClassName
{
background-color: #2F44CC;
}
.BgClassName
{
background-color: #2F44CC;
}
</style>
border-color css
<style>
span { border-color: #2F44CC; }
span { border-color: rgb(47,68,204); }
td.TdClassName
{
border-color: #2F44CC;
}
.TagClassName
{
border-color: #2F44CC;
}
</style>