Shades of Cerulean Blue #234AC0
Tints of Cerulean Blue #234AC0
RGB
CMYK
RGB Variations
Color information
#234AC0 (or 0x234AC0) is known color: Cerulean Blue. HEX triplet: 23, 4A and C0. RGB value is (35,74,192). Sum of RGB (Red+Green+Blue) = 35+74+192=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 192 (75.39% from 255 or 63.79% from 301); Max value from RGB is 192 - color contains mainly: blue. Hex color #234AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234AC0 is #DCB53F. Grayscale: #4B4B4B. Windows color (decimal): -14464320 or 12601891. OLE color: 12601891.
HSL color Cylindrical-coordinate representation of color #234AC0: hue angle of 225.1º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #234AC0 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 74 | 192 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.25 |
| HSL | 225.1º | 0.69% | 0.45% | - |
| HSV(B) | 225.1º | 0.82% | 0.75% | - |
| XYZ | 12.66 | 9.06 | 50.95 | - |
| YUV | 75.79 | 193.58 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 192 | 0.82 | 0.61 | 0 | 0.25 | 225.1 | 0.69 | 0.45 |
| Hex | 23 | 4A | C0 | 52 | 3D | 0 | 19 | E1 | 45 | 2D |
| Octal | 43 | 112 | 300 | 122 | 75 | 0 | 31 | 341 | 105 | 55 |
| Binary | 100011 | 1001010 | 11000000 | 1010010 | 111101 | 0 | 11001 | 11100001 | 1000101 | 101101 |
Color Harmonies of #234AC0
Complementary color
Monochromatic Colors of #234AC0
Black with #234AC0
Text Example
Text Example
White with #234AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234AC0; }
p { color: rgb(35,74,192); }
H1.HeaderClassName
{
color: #234AC0;
}
.AnyTagClassName
{
color: #234AC0;
}
</style>
background-color css
<style>
a { background-color: #234AC0; }
a { background-color: rgb(35,74,192); }
div.DivClassName
{
background-color: #234AC0;
}
.BgClassName
{
background-color: #234AC0;
}
</style>
border-color css
<style>
span { border-color: #234AC0; }
span { border-color: rgb(35,74,192); }
td.TdClassName
{
border-color: #234AC0;
}
.TagClassName
{
border-color: #234AC0;
}
</style>