Shades of Cerulean Blue #234ED3
Tints of Cerulean Blue #234ED3
RGB
CMYK
RGB Variations
Color information
#234ED3 (or 0x234ED3) is known color: Cerulean Blue. HEX triplet: 23, 4E and D3. RGB value is (35,78,211). Sum of RGB (Red+Green+Blue) = 35+78+211=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 211 (82.81% from 255 or 65.12% from 324); Max value from RGB is 211 - color contains mainly: blue. Hex color #234ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234ED3 is #DCB12C. Grayscale: #4F4F4F. Windows color (decimal): -14463277 or 13848099. OLE color: 13848099.
HSL color Cylindrical-coordinate representation of color #234ED3: hue angle of 225.34º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #234ED3 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 35 | 78 | 211 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.17 |
| HSL | 225.34º | 0.72% | 0.48% | - |
| HSV(B) | 225.34º | 0.83% | 0.83% | - |
| XYZ | 15.18 | 10.51 | 62.86 | - |
| YUV | 80.31 | 201.75 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 211 | 0.83 | 0.63 | 0 | 0.17 | 225.34 | 0.72 | 0.48 |
| Hex | 23 | 4E | D3 | 53 | 3F | 0 | 11 | E1 | 48 | 30 |
| Octal | 43 | 116 | 323 | 123 | 77 | 0 | 21 | 341 | 110 | 60 |
| Binary | 100011 | 1001110 | 11010011 | 1010011 | 111111 | 0 | 10001 | 11100001 | 1001000 | 110000 |
Color Harmonies of #234ED3
Complementary color
Monochromatic Colors of #234ED3
Black with #234ED3
Text Example
Text Example
White with #234ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234ED3; }
p { color: rgb(35,78,211); }
H1.HeaderClassName
{
color: #234ED3;
}
.AnyTagClassName
{
color: #234ED3;
}
</style>
background-color css
<style>
a { background-color: #234ED3; }
a { background-color: rgb(35,78,211); }
div.DivClassName
{
background-color: #234ED3;
}
.BgClassName
{
background-color: #234ED3;
}
</style>
border-color css
<style>
span { border-color: #234ED3; }
span { border-color: rgb(35,78,211); }
td.TdClassName
{
border-color: #234ED3;
}
.TagClassName
{
border-color: #234ED3;
}
</style>