Shades of Cerulean Blue #2348DC
Tints of Cerulean Blue #2348DC
RGB
CMYK
RGB Variations
Color information
#2348DC (or 0x2348DC) is known color: Cerulean Blue. HEX triplet: 23, 48 and DC. RGB value is (35,72,220). Sum of RGB (Red+Green+Blue) = 35+72+220=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #2348DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2348DC is #DCB723. Grayscale: #4D4D4D. Windows color (decimal): -14464804 or 14436387. OLE color: 14436387.
HSL color Cylindrical-coordinate representation of color #2348DC: hue angle of 228º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2348DC is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 72 | 220 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.14 |
| HSL | 228º | 0.73% | 0.5% | - |
| HSV(B) | 228º | 0.84% | 0.86% | - |
| XYZ | 15.93 | 10.16 | 68.83 | - |
| YUV | 77.81 | 208.24 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 220 | 0.84 | 0.67 | 0 | 0.14 | 228 | 0.73 | 0.5 |
| Hex | 23 | 48 | DC | 54 | 43 | 0 | E | E4 | 49 | 32 |
| Octal | 43 | 110 | 334 | 124 | 103 | 0 | 16 | 344 | 111 | 62 |
| Binary | 100011 | 1001000 | 11011100 | 1010100 | 1000011 | 0 | 1110 | 11100100 | 1001001 | 110010 |
Color Harmonies of #2348DC
Complementary color
Monochromatic Colors of #2348DC
Black with #2348DC
Text Example
Text Example
White with #2348DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2348DC; }
p { color: rgb(35,72,220); }
H1.HeaderClassName
{
color: #2348DC;
}
.AnyTagClassName
{
color: #2348DC;
}
</style>
background-color css
<style>
a { background-color: #2348DC; }
a { background-color: rgb(35,72,220); }
div.DivClassName
{
background-color: #2348DC;
}
.BgClassName
{
background-color: #2348DC;
}
</style>
border-color css
<style>
span { border-color: #2348DC; }
span { border-color: rgb(35,72,220); }
td.TdClassName
{
border-color: #2348DC;
}
.TagClassName
{
border-color: #2348DC;
}
</style>