Shades of Cerulean Blue #2746CB
Tints of Cerulean Blue #2746CB
RGB
CMYK
RGB Variations
Color information
#2746CB (or 0x2746CB) is known color: Cerulean Blue. HEX triplet: 27, 46 and CB. RGB value is (39,70,203). Sum of RGB (Red+Green+Blue) = 39+70+203=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #2746CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2746CB is #D8B934. Grayscale: #4B4B4B. Windows color (decimal): -14203189 or 13321767. OLE color: 13321767.
HSL color Cylindrical-coordinate representation of color #2746CB: hue angle of 228.66º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2746CB is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 70 | 203 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.20 |
| HSL | 228.66º | 0.68% | 0.47% | - |
| HSV(B) | 228.66º | 0.81% | 0.8% | - |
| XYZ | 13.81 | 9.12 | 57.53 | - |
| YUV | 75.89 | 199.73 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 203 | 0.81 | 0.66 | 0 | 0.20 | 228.66 | 0.68 | 0.47 |
| Hex | 27 | 46 | CB | 51 | 42 | 0 | 14 | E5 | 44 | 2F |
| Octal | 47 | 106 | 313 | 121 | 102 | 0 | 24 | 345 | 104 | 57 |
| Binary | 100111 | 1000110 | 11001011 | 1010001 | 1000010 | 0 | 10100 | 11100101 | 1000100 | 101111 |
Color Harmonies of #2746CB
Complementary color
Monochromatic Colors of #2746CB
Black with #2746CB
Text Example
Text Example
White with #2746CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2746CB; }
p { color: rgb(39,70,203); }
H1.HeaderClassName
{
color: #2746CB;
}
.AnyTagClassName
{
color: #2746CB;
}
</style>
background-color css
<style>
a { background-color: #2746CB; }
a { background-color: rgb(39,70,203); }
div.DivClassName
{
background-color: #2746CB;
}
.BgClassName
{
background-color: #2746CB;
}
</style>
border-color css
<style>
span { border-color: #2746CB; }
span { border-color: rgb(39,70,203); }
td.TdClassName
{
border-color: #2746CB;
}
.TagClassName
{
border-color: #2746CB;
}
</style>