Shades of Cerulean Blue #234DAC
Tints of Cerulean Blue #234DAC
RGB
CMYK
RGB Variations
Color information
#234DAC (or 0x234DAC) is known color: Cerulean Blue. HEX triplet: 23, 4D and AC. RGB value is (35,77,172). Sum of RGB (Red+Green+Blue) = 35+77+172=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #234DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234DAC is #DCB253. Grayscale: #4A4A4A. Windows color (decimal): -14463572 or 11291939. OLE color: 11291939.
HSL color Cylindrical-coordinate representation of color #234DAC: hue angle of 221.61º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #234DAC is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 77 | 172 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.33 |
| HSL | 221.61º | 0.66% | 0.41% | - |
| HSV(B) | 221.61º | 0.8% | 0.67% | - |
| XYZ | 10.79 | 8.64 | 40.13 | - |
| YUV | 75.27 | 182.59 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 172 | 0.80 | 0.55 | 0 | 0.33 | 221.61 | 0.66 | 0.41 |
| Hex | 23 | 4D | AC | 50 | 37 | 0 | 21 | DE | 42 | 29 |
| Octal | 43 | 115 | 254 | 120 | 67 | 0 | 41 | 336 | 102 | 51 |
| Binary | 100011 | 1001101 | 10101100 | 1010000 | 110111 | 0 | 100001 | 11011110 | 1000010 | 101001 |
Color Harmonies of #234DAC
Complementary color
Monochromatic Colors of #234DAC
Black with #234DAC
Text Example
Text Example
White with #234DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234DAC; }
p { color: rgb(35,77,172); }
H1.HeaderClassName
{
color: #234DAC;
}
.AnyTagClassName
{
color: #234DAC;
}
</style>
background-color css
<style>
a { background-color: #234DAC; }
a { background-color: rgb(35,77,172); }
div.DivClassName
{
background-color: #234DAC;
}
.BgClassName
{
background-color: #234DAC;
}
</style>
border-color css
<style>
span { border-color: #234DAC; }
span { border-color: rgb(35,77,172); }
td.TdClassName
{
border-color: #234DAC;
}
.TagClassName
{
border-color: #234DAC;
}
</style>