Shades of Cerulean Blue #2347BC
Tints of Cerulean Blue #2347BC
RGB
CMYK
RGB Variations
Color information
#2347BC (or 0x2347BC) is known color: Cerulean Blue. HEX triplet: 23, 47 and BC. RGB value is (35,71,188). Sum of RGB (Red+Green+Blue) = 35+71+188=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #2347BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2347BC is #DCB843. Grayscale: #494949. Windows color (decimal): -14465092 or 12338979. OLE color: 12338979.
HSL color Cylindrical-coordinate representation of color #2347BC: hue angle of 225.88º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2347BC is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 71 | 188 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.26 |
| HSL | 225.88º | 0.69% | 0.44% | - |
| HSV(B) | 225.88º | 0.81% | 0.74% | - |
| XYZ | 12.02 | 8.49 | 48.58 | - |
| YUV | 73.57 | 192.57 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 71 | 188 | 0.81 | 0.62 | 0 | 0.26 | 225.88 | 0.69 | 0.44 |
| Hex | 23 | 47 | BC | 51 | 3E | 0 | 1A | E2 | 45 | 2C |
| Octal | 43 | 107 | 274 | 121 | 76 | 0 | 32 | 342 | 105 | 54 |
| Binary | 100011 | 1000111 | 10111100 | 1010001 | 111110 | 0 | 11010 | 11100010 | 1000101 | 101100 |
Color Harmonies of #2347BC
Complementary color
Monochromatic Colors of #2347BC
Black with #2347BC
Text Example
Text Example
White with #2347BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2347BC; }
p { color: rgb(35,71,188); }
H1.HeaderClassName
{
color: #2347BC;
}
.AnyTagClassName
{
color: #2347BC;
}
</style>
background-color css
<style>
a { background-color: #2347BC; }
a { background-color: rgb(35,71,188); }
div.DivClassName
{
background-color: #2347BC;
}
.BgClassName
{
background-color: #2347BC;
}
</style>
border-color css
<style>
span { border-color: #2347BC; }
span { border-color: rgb(35,71,188); }
td.TdClassName
{
border-color: #2347BC;
}
.TagClassName
{
border-color: #2347BC;
}
</style>