Shades of Cerulean Blue #2344DF
Tints of Cerulean Blue #2344DF
RGB
CMYK
RGB Variations
Color information
#2344DF (or 0x2344DF) is known color: Cerulean Blue. HEX triplet: 23, 44 and DF. RGB value is (35,68,223). Sum of RGB (Red+Green+Blue) = 35+68+223=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #2344DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2344DF is #DCBB20. Grayscale: #4B4B4B. Windows color (decimal): -14465825 or 14631971. OLE color: 14631971.
HSL color Cylindrical-coordinate representation of color #2344DF: hue angle of 229.47º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2344DF is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 68 | 223 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.13 |
| HSL | 229.47º | 0.75% | 0.51% | - |
| HSV(B) | 229.47º | 0.84% | 0.87% | - |
| XYZ | 16.08 | 9.82 | 70.86 | - |
| YUV | 75.8 | 211.07 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 68 | 223 | 0.84 | 0.70 | 0 | 0.13 | 229.47 | 0.75 | 0.51 |
| Hex | 23 | 44 | DF | 54 | 46 | 0 | D | E5 | 4B | 33 |
| Octal | 43 | 104 | 337 | 124 | 106 | 0 | 15 | 345 | 113 | 63 |
| Binary | 100011 | 1000100 | 11011111 | 1010100 | 1000110 | 0 | 1101 | 11100101 | 1001011 | 110011 |
Color Harmonies of #2344DF
Complementary color
Monochromatic Colors of #2344DF
Black with #2344DF
Text Example
Text Example
White with #2344DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2344DF; }
p { color: rgb(35,68,223); }
H1.HeaderClassName
{
color: #2344DF;
}
.AnyTagClassName
{
color: #2344DF;
}
</style>
background-color css
<style>
a { background-color: #2344DF; }
a { background-color: rgb(35,68,223); }
div.DivClassName
{
background-color: #2344DF;
}
.BgClassName
{
background-color: #2344DF;
}
</style>
border-color css
<style>
span { border-color: #2344DF; }
span { border-color: rgb(35,68,223); }
td.TdClassName
{
border-color: #2344DF;
}
.TagClassName
{
border-color: #2344DF;
}
</style>