Shades of Cerulean Blue #234ABB
Tints of Cerulean Blue #234ABB
RGB
CMYK
RGB Variations
Color information
#234ABB (or 0x234ABB) is known color: Cerulean Blue. HEX triplet: 23, 4A and BB. RGB value is (35,74,187). Sum of RGB (Red+Green+Blue) = 35+74+187=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #234ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234ABB is #DCB544. Grayscale: #4A4A4A. Windows color (decimal): -14464325 or 12274211. OLE color: 12274211.
HSL color Cylindrical-coordinate representation of color #234ABB: hue angle of 224.61º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #234ABB is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 74 | 187 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.27 |
| HSL | 224.61º | 0.68% | 0.44% | - |
| HSV(B) | 224.61º | 0.81% | 0.73% | - |
| XYZ | 12.11 | 8.84 | 48.08 | - |
| YUV | 75.22 | 191.08 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 187 | 0.81 | 0.60 | 0 | 0.27 | 224.61 | 0.68 | 0.44 |
| Hex | 23 | 4A | BB | 51 | 3C | 0 | 1B | E1 | 44 | 2C |
| Octal | 43 | 112 | 273 | 121 | 74 | 0 | 33 | 341 | 104 | 54 |
| Binary | 100011 | 1001010 | 10111011 | 1010001 | 111100 | 0 | 11011 | 11100001 | 1000100 | 101100 |
Color Harmonies of #234ABB
Complementary color
Monochromatic Colors of #234ABB
Black with #234ABB
Text Example
Text Example
White with #234ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234ABB; }
p { color: rgb(35,74,187); }
H1.HeaderClassName
{
color: #234ABB;
}
.AnyTagClassName
{
color: #234ABB;
}
</style>
background-color css
<style>
a { background-color: #234ABB; }
a { background-color: rgb(35,74,187); }
div.DivClassName
{
background-color: #234ABB;
}
.BgClassName
{
background-color: #234ABB;
}
</style>
border-color css
<style>
span { border-color: #234ABB; }
span { border-color: rgb(35,74,187); }
td.TdClassName
{
border-color: #234ABB;
}
.TagClassName
{
border-color: #234ABB;
}
</style>