Shades of Cerulean Blue #234CA2
Tints of Cerulean Blue #234CA2
RGB
CMYK
RGB Variations
Color information
#234CA2 (or 0x234CA2) is known color: Cerulean Blue. HEX triplet: 23, 4C and A2. RGB value is (35,76,162). Sum of RGB (Red+Green+Blue) = 35+76+162=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #234CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234CA2 is #DCB35D. Grayscale: #494949. Windows color (decimal): -14463838 or 10636323. OLE color: 10636323.
HSL color Cylindrical-coordinate representation of color #234CA2: hue angle of 220.63º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #234CA2 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 76 | 162 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.36 |
| HSL | 220.63º | 0.64% | 0.39% | - |
| HSV(B) | 220.63º | 0.78% | 0.64% | - |
| XYZ | 9.8 | 8.13 | 35.24 | - |
| YUV | 73.55 | 177.92 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 162 | 0.78 | 0.53 | 0 | 0.36 | 220.63 | 0.64 | 0.39 |
| Hex | 23 | 4C | A2 | 4E | 35 | 0 | 24 | DD | 40 | 27 |
| Octal | 43 | 114 | 242 | 116 | 65 | 0 | 44 | 335 | 100 | 47 |
| Binary | 100011 | 1001100 | 10100010 | 1001110 | 110101 | 0 | 100100 | 11011101 | 1000000 | 100111 |
Color Harmonies of #234CA2
Complementary color
Monochromatic Colors of #234CA2
Black with #234CA2
Text Example
Text Example
White with #234CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234CA2; }
p { color: rgb(35,76,162); }
H1.HeaderClassName
{
color: #234CA2;
}
.AnyTagClassName
{
color: #234CA2;
}
</style>
background-color css
<style>
a { background-color: #234CA2; }
a { background-color: rgb(35,76,162); }
div.DivClassName
{
background-color: #234CA2;
}
.BgClassName
{
background-color: #234CA2;
}
</style>
border-color css
<style>
span { border-color: #234CA2; }
span { border-color: rgb(35,76,162); }
td.TdClassName
{
border-color: #234CA2;
}
.TagClassName
{
border-color: #234CA2;
}
</style>