Shades of Cerulean Blue #234EC3
Tints of Cerulean Blue #234EC3
RGB
CMYK
RGB Variations
Color information
#234EC3 (or 0x234EC3) is known color: Cerulean Blue. HEX triplet: 23, 4E and C3. RGB value is (35,78,195). Sum of RGB (Red+Green+Blue) = 35+78+195=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 195 (76.56% from 255 or 63.31% from 308); Max value from RGB is 195 - color contains mainly: blue. Hex color #234EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234EC3 is #DCB13C. Grayscale: #4D4D4D. Windows color (decimal): -14463293 or 12799523. OLE color: 12799523.
HSL color Cylindrical-coordinate representation of color #234EC3: hue angle of 223.88º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #234EC3 is Cyan = 0.82, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 78 | 195 | - |
| CMYK | 0.82 | 0.6 | 0 | 0.24 |
| HSL | 223.88º | 0.7% | 0.45% | - |
| HSV(B) | 223.88º | 0.82% | 0.76% | - |
| XYZ | 13.27 | 9.75 | 52.81 | - |
| YUV | 78.48 | 193.75 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 195 | 0.82 | 0.6 | 0 | 0.24 | 223.88 | 0.7 | 0.45 |
| Hex | 23 | 4E | C3 | 52 | 3C | 0 | 18 | E0 | 46 | 2D |
| Octal | 43 | 116 | 303 | 122 | 74 | 0 | 30 | 340 | 106 | 55 |
| Binary | 100011 | 1001110 | 11000011 | 1010010 | 111100 | 0 | 11000 | 11100000 | 1000110 | 101101 |
Color Harmonies of #234EC3
Complementary color
Monochromatic Colors of #234EC3
Black with #234EC3
Text Example
Text Example
White with #234EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234EC3; }
p { color: rgb(35,78,195); }
H1.HeaderClassName
{
color: #234EC3;
}
.AnyTagClassName
{
color: #234EC3;
}
</style>
background-color css
<style>
a { background-color: #234EC3; }
a { background-color: rgb(35,78,195); }
div.DivClassName
{
background-color: #234EC3;
}
.BgClassName
{
background-color: #234EC3;
}
</style>
border-color css
<style>
span { border-color: #234EC3; }
span { border-color: rgb(35,78,195); }
td.TdClassName
{
border-color: #234EC3;
}
.TagClassName
{
border-color: #234EC3;
}
</style>