Shades of Cerulean Blue #234DC1
Tints of Cerulean Blue #234DC1
RGB
CMYK
RGB Variations
Color information
#234DC1 (or 0x234DC1) is known color: Cerulean Blue. HEX triplet: 23, 4D and C1. RGB value is (35,77,193). Sum of RGB (Red+Green+Blue) = 35+77+193=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #234DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234DC1 is #DCB23E. Grayscale: #4D4D4D. Windows color (decimal): -14463551 or 12668195. OLE color: 12668195.
HSL color Cylindrical-coordinate representation of color #234DC1: hue angle of 224.05º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #234DC1 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 77 | 193 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.24 |
| HSL | 224.05º | 0.69% | 0.45% | - |
| HSV(B) | 224.05º | 0.82% | 0.76% | - |
| XYZ | 12.97 | 9.52 | 51.6 | - |
| YUV | 77.67 | 193.09 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 193 | 0.82 | 0.60 | 0 | 0.24 | 224.05 | 0.69 | 0.45 |
| Hex | 23 | 4D | C1 | 52 | 3C | 0 | 18 | E0 | 45 | 2D |
| Octal | 43 | 115 | 301 | 122 | 74 | 0 | 30 | 340 | 105 | 55 |
| Binary | 100011 | 1001101 | 11000001 | 1010010 | 111100 | 0 | 11000 | 11100000 | 1000101 | 101101 |
Color Harmonies of #234DC1
Complementary color
Monochromatic Colors of #234DC1
Black with #234DC1
Text Example
Text Example
White with #234DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234DC1; }
p { color: rgb(35,77,193); }
H1.HeaderClassName
{
color: #234DC1;
}
.AnyTagClassName
{
color: #234DC1;
}
</style>
background-color css
<style>
a { background-color: #234DC1; }
a { background-color: rgb(35,77,193); }
div.DivClassName
{
background-color: #234DC1;
}
.BgClassName
{
background-color: #234DC1;
}
</style>
border-color css
<style>
span { border-color: #234DC1; }
span { border-color: rgb(35,77,193); }
td.TdClassName
{
border-color: #234DC1;
}
.TagClassName
{
border-color: #234DC1;
}
</style>