Shades of Cerulean Blue #2F44BB
Tints of Cerulean Blue #2F44BB
RGB
CMYK
RGB Variations
Color information
#2F44BB (or 0x2F44BB) is known color: Cerulean Blue. HEX triplet: 2F, 44 and BB. RGB value is (47,68,187). Sum of RGB (Red+Green+Blue) = 47+68+187=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F44BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F44BB is #D0BB44. Grayscale: #4A4A4A. Windows color (decimal): -13679429 or 12272687. OLE color: 12272687.
HSL color Cylindrical-coordinate representation of color #2F44BB: hue angle of 231º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F44BB is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 68 | 187 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.27 |
| HSL | 231º | 0.6% | 0.46% | - |
| HSV(B) | 231º | 0.75% | 0.73% | - |
| XYZ | 12.21 | 8.33 | 47.98 | - |
| YUV | 75.29 | 191.04 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 187 | 0.75 | 0.64 | 0 | 0.27 | 231 | 0.6 | 0.46 |
| Hex | 2F | 44 | BB | 4B | 40 | 0 | 1B | E7 | 3C | 2E |
| Octal | 57 | 104 | 273 | 113 | 100 | 0 | 33 | 347 | 74 | 56 |
| Binary | 101111 | 1000100 | 10111011 | 1001011 | 1000000 | 0 | 11011 | 11100111 | 111100 | 101110 |
Color Harmonies of #2F44BB
Complementary color
Monochromatic Colors of #2F44BB
Black with #2F44BB
Text Example
Text Example
White with #2F44BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F44BB; }
p { color: rgb(47,68,187); }
H1.HeaderClassName
{
color: #2F44BB;
}
.AnyTagClassName
{
color: #2F44BB;
}
</style>
background-color css
<style>
a { background-color: #2F44BB; }
a { background-color: rgb(47,68,187); }
div.DivClassName
{
background-color: #2F44BB;
}
.BgClassName
{
background-color: #2F44BB;
}
</style>
border-color css
<style>
span { border-color: #2F44BB; }
span { border-color: rgb(47,68,187); }
td.TdClassName
{
border-color: #2F44BB;
}
.TagClassName
{
border-color: #2F44BB;
}
</style>