Shades of Cerulean Blue #234DAB
Tints of Cerulean Blue #234DAB
RGB
CMYK
RGB Variations
Color information
#234DAB (or 0x234DAB) is known color: Cerulean Blue. HEX triplet: 23, 4D and AB. RGB value is (35,77,171). Sum of RGB (Red+Green+Blue) = 35+77+171=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #234DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234DAB is #DCB254. Grayscale: #4A4A4A. Windows color (decimal): -14463573 or 11226403. OLE color: 11226403.
HSL color Cylindrical-coordinate representation of color #234DAB: hue angle of 221.47º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #234DAB is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 77 | 171 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.33 |
| HSL | 221.47º | 0.66% | 0.4% | - |
| HSV(B) | 221.47º | 0.8% | 0.67% | - |
| XYZ | 10.7 | 8.61 | 39.63 | - |
| YUV | 75.16 | 182.09 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 171 | 0.80 | 0.55 | 0 | 0.33 | 221.47 | 0.66 | 0.4 |
| Hex | 23 | 4D | AB | 50 | 37 | 0 | 21 | DD | 42 | 28 |
| Octal | 43 | 115 | 253 | 120 | 67 | 0 | 41 | 335 | 102 | 50 |
| Binary | 100011 | 1001101 | 10101011 | 1010000 | 110111 | 0 | 100001 | 11011101 | 1000010 | 101000 |
Color Harmonies of #234DAB
Complementary color
Monochromatic Colors of #234DAB
Black with #234DAB
Text Example
Text Example
White with #234DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234DAB; }
p { color: rgb(35,77,171); }
H1.HeaderClassName
{
color: #234DAB;
}
.AnyTagClassName
{
color: #234DAB;
}
</style>
background-color css
<style>
a { background-color: #234DAB; }
a { background-color: rgb(35,77,171); }
div.DivClassName
{
background-color: #234DAB;
}
.BgClassName
{
background-color: #234DAB;
}
</style>
border-color css
<style>
span { border-color: #234DAB; }
span { border-color: rgb(35,77,171); }
td.TdClassName
{
border-color: #234DAB;
}
.TagClassName
{
border-color: #234DAB;
}
</style>