Shades of Cerulean Blue #2343DF
Tints of Cerulean Blue #2343DF
RGB
CMYK
RGB Variations
Color information
#2343DF (or 0x2343DF) is known color: Cerulean Blue. HEX triplet: 23, 43 and DF. RGB value is (35,67,223). Sum of RGB (Red+Green+Blue) = 35+67+223=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #2343DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2343DF is #DCBC20. Grayscale: #4A4A4A. Windows color (decimal): -14466081 or 14631715. OLE color: 14631715.
HSL color Cylindrical-coordinate representation of color #2343DF: hue angle of 229.79º 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 #2343DF is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 67 | 223 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.13 |
| HSL | 229.79º | 0.75% | 0.51% | - |
| HSV(B) | 229.79º | 0.84% | 0.87% | - |
| XYZ | 16.02 | 9.7 | 70.84 | - |
| YUV | 75.22 | 211.4 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 223 | 0.84 | 0.70 | 0 | 0.13 | 229.79 | 0.75 | 0.51 |
| Hex | 23 | 43 | DF | 54 | 46 | 0 | D | E6 | 4B | 33 |
| Octal | 43 | 103 | 337 | 124 | 106 | 0 | 15 | 346 | 113 | 63 |
| Binary | 100011 | 1000011 | 11011111 | 1010100 | 1000110 | 0 | 1101 | 11100110 | 1001011 | 110011 |
Color Harmonies of #2343DF
Complementary color
Monochromatic Colors of #2343DF
Black with #2343DF
Text Example
Text Example
White with #2343DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2343DF; }
p { color: rgb(35,67,223); }
H1.HeaderClassName
{
color: #2343DF;
}
.AnyTagClassName
{
color: #2343DF;
}
</style>
background-color css
<style>
a { background-color: #2343DF; }
a { background-color: rgb(35,67,223); }
div.DivClassName
{
background-color: #2343DF;
}
.BgClassName
{
background-color: #2343DF;
}
</style>
border-color css
<style>
span { border-color: #2343DF; }
span { border-color: rgb(35,67,223); }
td.TdClassName
{
border-color: #2343DF;
}
.TagClassName
{
border-color: #2343DF;
}
</style>