Shades of Cerulean Blue #234CB1
Tints of Cerulean Blue #234CB1
RGB
CMYK
RGB Variations
Color information
#234CB1 (or 0x234CB1) is known color: Cerulean Blue. HEX triplet: 23, 4C and B1. RGB value is (35,76,177). Sum of RGB (Red+Green+Blue) = 35+76+177=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 177 (69.53% from 255 or 61.46% from 288); Max value from RGB is 177 - color contains mainly: blue. Hex color #234CB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234CB1 is #DCB34E. Grayscale: #4A4A4A. Windows color (decimal): -14463823 or 11619363. OLE color: 11619363.
HSL color Cylindrical-coordinate representation of color #234CB1: hue angle of 222.68º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #234CB1 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 76 | 177 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.31 |
| HSL | 222.68º | 0.67% | 0.42% | - |
| HSV(B) | 222.68º | 0.8% | 0.69% | - |
| XYZ | 11.21 | 8.7 | 42.68 | - |
| YUV | 75.26 | 185.42 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 177 | 0.80 | 0.57 | 0 | 0.31 | 222.68 | 0.67 | 0.42 |
| Hex | 23 | 4C | B1 | 50 | 39 | 0 | 1F | DF | 43 | 2A |
| Octal | 43 | 114 | 261 | 120 | 71 | 0 | 37 | 337 | 103 | 52 |
| Binary | 100011 | 1001100 | 10110001 | 1010000 | 111001 | 0 | 11111 | 11011111 | 1000011 | 101010 |
Color Harmonies of #234CB1
Complementary color
Monochromatic Colors of #234CB1
Black with #234CB1
Text Example
Text Example
White with #234CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234CB1; }
p { color: rgb(35,76,177); }
H1.HeaderClassName
{
color: #234CB1;
}
.AnyTagClassName
{
color: #234CB1;
}
</style>
background-color css
<style>
a { background-color: #234CB1; }
a { background-color: rgb(35,76,177); }
div.DivClassName
{
background-color: #234CB1;
}
.BgClassName
{
background-color: #234CB1;
}
</style>
border-color css
<style>
span { border-color: #234CB1; }
span { border-color: rgb(35,76,177); }
td.TdClassName
{
border-color: #234CB1;
}
.TagClassName
{
border-color: #234CB1;
}
</style>