Shades of Cerulean Blue #234FAC
Tints of Cerulean Blue #234FAC
RGB
CMYK
RGB Variations
Color information
#234FAC (or 0x234FAC) is known color: Cerulean Blue. HEX triplet: 23, 4F and AC. RGB value is (35,79,172). Sum of RGB (Red+Green+Blue) = 35+79+172=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #234FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234FAC is #DCB053. Grayscale: #4C4C4C. Windows color (decimal): -14463060 or 11292451. OLE color: 11292451.
HSL color Cylindrical-coordinate representation of color #234FAC: hue angle of 220.73º 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 #234FAC is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 79 | 172 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.33 |
| HSL | 220.73º | 0.66% | 0.41% | - |
| HSV(B) | 220.73º | 0.8% | 0.67% | - |
| XYZ | 10.94 | 8.93 | 40.18 | - |
| YUV | 76.45 | 181.92 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 79 | 172 | 0.80 | 0.54 | 0 | 0.33 | 220.73 | 0.66 | 0.41 |
| Hex | 23 | 4F | AC | 50 | 36 | 0 | 21 | DD | 42 | 29 |
| Octal | 43 | 117 | 254 | 120 | 66 | 0 | 41 | 335 | 102 | 51 |
| Binary | 100011 | 1001111 | 10101100 | 1010000 | 110110 | 0 | 100001 | 11011101 | 1000010 | 101001 |
Color Harmonies of #234FAC
Complementary color
Monochromatic Colors of #234FAC
Black with #234FAC
Text Example
Text Example
White with #234FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234FAC; }
p { color: rgb(35,79,172); }
H1.HeaderClassName
{
color: #234FAC;
}
.AnyTagClassName
{
color: #234FAC;
}
</style>
background-color css
<style>
a { background-color: #234FAC; }
a { background-color: rgb(35,79,172); }
div.DivClassName
{
background-color: #234FAC;
}
.BgClassName
{
background-color: #234FAC;
}
</style>
border-color css
<style>
span { border-color: #234FAC; }
span { border-color: rgb(35,79,172); }
td.TdClassName
{
border-color: #234FAC;
}
.TagClassName
{
border-color: #234FAC;
}
</style>