Shades of Cerulean Blue #234CDA
Tints of Cerulean Blue #234CDA
RGB
CMYK
RGB Variations
Color information
#234CDA (or 0x234CDA) is known color: Cerulean Blue. HEX triplet: 23, 4C and DA. RGB value is (35,76,218). Sum of RGB (Red+Green+Blue) = 35+76+218=329 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.64% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #234CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234CDA is #DCB325. Grayscale: #4F4F4F. Windows color (decimal): -14463782 or 14306339. OLE color: 14306339.
HSL color Cylindrical-coordinate representation of color #234CDA: hue angle of 226.56º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #234CDA is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 76 | 218 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.15 |
| HSL | 226.56º | 0.72% | 0.5% | - |
| HSV(B) | 226.56º | 0.84% | 0.85% | - |
| XYZ | 15.93 | 10.59 | 67.53 | - |
| YUV | 79.93 | 205.92 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 218 | 0.84 | 0.65 | 0 | 0.15 | 226.56 | 0.72 | 0.5 |
| Hex | 23 | 4C | DA | 54 | 41 | 0 | F | E3 | 48 | 32 |
| Octal | 43 | 114 | 332 | 124 | 101 | 0 | 17 | 343 | 110 | 62 |
| Binary | 100011 | 1001100 | 11011010 | 1010100 | 1000001 | 0 | 1111 | 11100011 | 1001000 | 110010 |
Color Harmonies of #234CDA
Complementary color
Monochromatic Colors of #234CDA
Black with #234CDA
Text Example
Text Example
White with #234CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234CDA; }
p { color: rgb(35,76,218); }
H1.HeaderClassName
{
color: #234CDA;
}
.AnyTagClassName
{
color: #234CDA;
}
</style>
background-color css
<style>
a { background-color: #234CDA; }
a { background-color: rgb(35,76,218); }
div.DivClassName
{
background-color: #234CDA;
}
.BgClassName
{
background-color: #234CDA;
}
</style>
border-color css
<style>
span { border-color: #234CDA; }
span { border-color: rgb(35,76,218); }
td.TdClassName
{
border-color: #234CDA;
}
.TagClassName
{
border-color: #234CDA;
}
</style>