Shades of Cerulean Blue #2F64BB
Tints of Cerulean Blue #2F64BB
RGB
CMYK
RGB Variations
Color information
#2F64BB (or 0x2F64BB) is known color: Cerulean Blue. HEX triplet: 2F, 64 and BB. RGB value is (47,100,187). Sum of RGB (Red+Green+Blue) = 47+100+187=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F64BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F64BB is #D09B44. Grayscale: #5D5D5D. Windows color (decimal): -13671237 or 12280879. OLE color: 12280879.
HSL color Cylindrical-coordinate representation of color #2F64BB: hue angle of 217.29º 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 #2F64BB is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 100 | 187 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.27 |
| HSL | 217.29º | 0.6% | 0.46% | - |
| HSV(B) | 217.29º | 0.75% | 0.73% | - |
| XYZ | 14.7 | 13.31 | 48.81 | - |
| YUV | 94.07 | 180.44 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 100 | 187 | 0.75 | 0.47 | 0 | 0.27 | 217.29 | 0.6 | 0.46 |
| Hex | 2F | 64 | BB | 4B | 2F | 0 | 1B | D9 | 3C | 2E |
| Octal | 57 | 144 | 273 | 113 | 57 | 0 | 33 | 331 | 74 | 56 |
| Binary | 101111 | 1100100 | 10111011 | 1001011 | 101111 | 0 | 11011 | 11011001 | 111100 | 101110 |
Color Harmonies of #2F64BB
Complementary color
Monochromatic Colors of #2F64BB
Black with #2F64BB
Text Example
Text Example
White with #2F64BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F64BB; }
p { color: rgb(47,100,187); }
H1.HeaderClassName
{
color: #2F64BB;
}
.AnyTagClassName
{
color: #2F64BB;
}
</style>
background-color css
<style>
a { background-color: #2F64BB; }
a { background-color: rgb(47,100,187); }
div.DivClassName
{
background-color: #2F64BB;
}
.BgClassName
{
background-color: #2F64BB;
}
</style>
border-color css
<style>
span { border-color: #2F64BB; }
span { border-color: rgb(47,100,187); }
td.TdClassName
{
border-color: #2F64BB;
}
.TagClassName
{
border-color: #2F64BB;
}
</style>