Shades of Cerulean Blue #234ACB
Tints of Cerulean Blue #234ACB
RGB
CMYK
RGB Variations
Color information
#234ACB (or 0x234ACB) is known color: Cerulean Blue. HEX triplet: 23, 4A and CB. RGB value is (35,74,203). Sum of RGB (Red+Green+Blue) = 35+74+203=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #234ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234ACB is #DCB534. Grayscale: #4C4C4C. Windows color (decimal): -14464309 or 13322787. OLE color: 13322787.
HSL color Cylindrical-coordinate representation of color #234ACB: hue angle of 226.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #234ACB is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 74 | 203 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.20 |
| HSL | 226.07º | 0.71% | 0.47% | - |
| HSV(B) | 226.07º | 0.83% | 0.8% | - |
| XYZ | 13.92 | 9.57 | 57.61 | - |
| YUV | 77.05 | 199.08 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 203 | 0.83 | 0.64 | 0 | 0.20 | 226.07 | 0.71 | 0.47 |
| Hex | 23 | 4A | CB | 53 | 40 | 0 | 14 | E2 | 47 | 2F |
| Octal | 43 | 112 | 313 | 123 | 100 | 0 | 24 | 342 | 107 | 57 |
| Binary | 100011 | 1001010 | 11001011 | 1010011 | 1000000 | 0 | 10100 | 11100010 | 1000111 | 101111 |
Color Harmonies of #234ACB
Complementary color
Monochromatic Colors of #234ACB
Black with #234ACB
Text Example
Text Example
White with #234ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234ACB; }
p { color: rgb(35,74,203); }
H1.HeaderClassName
{
color: #234ACB;
}
.AnyTagClassName
{
color: #234ACB;
}
</style>
background-color css
<style>
a { background-color: #234ACB; }
a { background-color: rgb(35,74,203); }
div.DivClassName
{
background-color: #234ACB;
}
.BgClassName
{
background-color: #234ACB;
}
</style>
border-color css
<style>
span { border-color: #234ACB; }
span { border-color: rgb(35,74,203); }
td.TdClassName
{
border-color: #234ACB;
}
.TagClassName
{
border-color: #234ACB;
}
</style>