Shades of Cerulean Blue #234CAF
Tints of Cerulean Blue #234CAF
RGB
CMYK
RGB Variations
Color information
#234CAF (or 0x234CAF) is known color: Cerulean Blue. HEX triplet: 23, 4C and AF. RGB value is (35,76,175). Sum of RGB (Red+Green+Blue) = 35+76+175=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #234CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234CAF is #DCB350. Grayscale: #4A4A4A. Windows color (decimal): -14463825 or 11488291. OLE color: 11488291.
HSL color Cylindrical-coordinate representation of color #234CAF: hue angle of 222.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #234CAF is Cyan = 0.8, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 76 | 175 | - |
| CMYK | 0.8 | 0.57 | 0 | 0.31 |
| HSL | 222.43º | 0.67% | 0.41% | - |
| HSV(B) | 222.43º | 0.8% | 0.69% | - |
| XYZ | 11.02 | 8.62 | 41.64 | - |
| YUV | 75.03 | 184.42 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 175 | 0.8 | 0.57 | 0 | 0.31 | 222.43 | 0.67 | 0.41 |
| Hex | 23 | 4C | AF | 50 | 39 | 0 | 1F | DE | 43 | 29 |
| Octal | 43 | 114 | 257 | 120 | 71 | 0 | 37 | 336 | 103 | 51 |
| Binary | 100011 | 1001100 | 10101111 | 1010000 | 111001 | 0 | 11111 | 11011110 | 1000011 | 101001 |
Color Harmonies of #234CAF
Complementary color
Monochromatic Colors of #234CAF
Black with #234CAF
Text Example
Text Example
White with #234CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234CAF; }
p { color: rgb(35,76,175); }
H1.HeaderClassName
{
color: #234CAF;
}
.AnyTagClassName
{
color: #234CAF;
}
</style>
background-color css
<style>
a { background-color: #234CAF; }
a { background-color: rgb(35,76,175); }
div.DivClassName
{
background-color: #234CAF;
}
.BgClassName
{
background-color: #234CAF;
}
</style>
border-color css
<style>
span { border-color: #234CAF; }
span { border-color: rgb(35,76,175); }
td.TdClassName
{
border-color: #234CAF;
}
.TagClassName
{
border-color: #234CAF;
}
</style>