Shades of Cerulean Blue #234CB5
Tints of Cerulean Blue #234CB5
RGB
CMYK
RGB Variations
Color information
#234CB5 (or 0x234CB5) is known color: Cerulean Blue. HEX triplet: 23, 4C and B5. RGB value is (35,76,181). Sum of RGB (Red+Green+Blue) = 35+76+181=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 181 (71.09% from 255 or 61.99% from 292); Max value from RGB is 181 - color contains mainly: blue. Hex color #234CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234CB5 is #DCB34A. Grayscale: #4B4B4B. Windows color (decimal): -14463819 or 11881507. OLE color: 11881507.
HSL color Cylindrical-coordinate representation of color #234CB5: hue angle of 223.15º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #234CB5 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 76 | 181 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.29 |
| HSL | 223.15º | 0.68% | 0.42% | - |
| HSV(B) | 223.15º | 0.81% | 0.71% | - |
| XYZ | 11.62 | 8.86 | 44.81 | - |
| YUV | 75.71 | 187.42 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 181 | 0.81 | 0.58 | 0 | 0.29 | 223.15 | 0.68 | 0.42 |
| Hex | 23 | 4C | B5 | 51 | 3A | 0 | 1D | DF | 44 | 2A |
| Octal | 43 | 114 | 265 | 121 | 72 | 0 | 35 | 337 | 104 | 52 |
| Binary | 100011 | 1001100 | 10110101 | 1010001 | 111010 | 0 | 11101 | 11011111 | 1000100 | 101010 |
Color Harmonies of #234CB5
Complementary color
Monochromatic Colors of #234CB5
Black with #234CB5
Text Example
Text Example
White with #234CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234CB5; }
p { color: rgb(35,76,181); }
H1.HeaderClassName
{
color: #234CB5;
}
.AnyTagClassName
{
color: #234CB5;
}
</style>
background-color css
<style>
a { background-color: #234CB5; }
a { background-color: rgb(35,76,181); }
div.DivClassName
{
background-color: #234CB5;
}
.BgClassName
{
background-color: #234CB5;
}
</style>
border-color css
<style>
span { border-color: #234CB5; }
span { border-color: rgb(35,76,181); }
td.TdClassName
{
border-color: #234CB5;
}
.TagClassName
{
border-color: #234CB5;
}
</style>