Shades of Cerulean Blue #234ABC
Tints of Cerulean Blue #234ABC
RGB
CMYK
RGB Variations
Color information
#234ABC (or 0x234ABC) is known color: Cerulean Blue. HEX triplet: 23, 4A and BC. RGB value is (35,74,188). Sum of RGB (Red+Green+Blue) = 35+74+188=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #234ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234ABC is #DCB543. Grayscale: #4A4A4A. Windows color (decimal): -14464324 or 12339747. OLE color: 12339747.
HSL color Cylindrical-coordinate representation of color #234ABC: hue angle of 224.71º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #234ABC is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 74 | 188 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.26 |
| HSL | 224.71º | 0.69% | 0.44% | - |
| HSV(B) | 224.71º | 0.81% | 0.74% | - |
| XYZ | 12.22 | 8.89 | 48.65 | - |
| YUV | 75.34 | 191.58 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 188 | 0.81 | 0.61 | 0 | 0.26 | 224.71 | 0.69 | 0.44 |
| Hex | 23 | 4A | BC | 51 | 3D | 0 | 1A | E1 | 45 | 2C |
| Octal | 43 | 112 | 274 | 121 | 75 | 0 | 32 | 341 | 105 | 54 |
| Binary | 100011 | 1001010 | 10111100 | 1010001 | 111101 | 0 | 11010 | 11100001 | 1000101 | 101100 |
Color Harmonies of #234ABC
Complementary color
Monochromatic Colors of #234ABC
Black with #234ABC
Text Example
Text Example
White with #234ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234ABC; }
p { color: rgb(35,74,188); }
H1.HeaderClassName
{
color: #234ABC;
}
.AnyTagClassName
{
color: #234ABC;
}
</style>
background-color css
<style>
a { background-color: #234ABC; }
a { background-color: rgb(35,74,188); }
div.DivClassName
{
background-color: #234ABC;
}
.BgClassName
{
background-color: #234ABC;
}
</style>
border-color css
<style>
span { border-color: #234ABC; }
span { border-color: rgb(35,74,188); }
td.TdClassName
{
border-color: #234ABC;
}
.TagClassName
{
border-color: #234ABC;
}
</style>