Shades of Cerulean Blue #2346D8
Tints of Cerulean Blue #2346D8
RGB
CMYK
RGB Variations
Color information
#2346D8 (or 0x2346D8) is known color: Cerulean Blue. HEX triplet: 23, 46 and D8. RGB value is (35,70,216). Sum of RGB (Red+Green+Blue) = 35+70+216=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 216 (84.77% from 255 or 67.29% from 321); Max value from RGB is 216 - color contains mainly: blue. Hex color #2346D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2346D8 is #DCB927. Grayscale: #4B4B4B. Windows color (decimal): -14465320 or 14173731. OLE color: 14173731.
HSL color Cylindrical-coordinate representation of color #2346D8: hue angle of 228.4º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2346D8 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 70 | 216 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.15 |
| HSL | 228.4º | 0.72% | 0.49% | - |
| HSV(B) | 228.4º | 0.84% | 0.85% | - |
| XYZ | 15.28 | 9.7 | 66.03 | - |
| YUV | 76.18 | 206.9 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 216 | 0.84 | 0.68 | 0 | 0.15 | 228.4 | 0.72 | 0.49 |
| Hex | 23 | 46 | D8 | 54 | 44 | 0 | F | E4 | 48 | 31 |
| Octal | 43 | 106 | 330 | 124 | 104 | 0 | 17 | 344 | 110 | 61 |
| Binary | 100011 | 1000110 | 11011000 | 1010100 | 1000100 | 0 | 1111 | 11100100 | 1001000 | 110001 |
Color Harmonies of #2346D8
Complementary color
Monochromatic Colors of #2346D8
Black with #2346D8
Text Example
Text Example
White with #2346D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2346D8; }
p { color: rgb(35,70,216); }
H1.HeaderClassName
{
color: #2346D8;
}
.AnyTagClassName
{
color: #2346D8;
}
</style>
background-color css
<style>
a { background-color: #2346D8; }
a { background-color: rgb(35,70,216); }
div.DivClassName
{
background-color: #2346D8;
}
.BgClassName
{
background-color: #2346D8;
}
</style>
border-color css
<style>
span { border-color: #2346D8; }
span { border-color: rgb(35,70,216); }
td.TdClassName
{
border-color: #2346D8;
}
.TagClassName
{
border-color: #2346D8;
}
</style>