Shades of Cerulean Blue #234DC3
Tints of Cerulean Blue #234DC3
RGB
CMYK
RGB Variations
Color information
#234DC3 (or 0x234DC3) is known color: Cerulean Blue. HEX triplet: 23, 4D and C3. RGB value is (35,77,195). Sum of RGB (Red+Green+Blue) = 35+77+195=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 195 (76.56% from 255 or 63.52% from 307); Max value from RGB is 195 - color contains mainly: blue. Hex color #234DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234DC3 is #DCB23C. Grayscale: #4D4D4D. Windows color (decimal): -14463549 or 12799267. OLE color: 12799267.
HSL color Cylindrical-coordinate representation of color #234DC3: hue angle of 224.25º degrees, saturation: 0.7, 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 #234DC3 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 77 | 195 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.24 |
| HSL | 224.25º | 0.7% | 0.45% | - |
| HSV(B) | 224.25º | 0.82% | 0.76% | - |
| XYZ | 13.2 | 9.61 | 52.79 | - |
| YUV | 77.89 | 194.09 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 195 | 0.82 | 0.61 | 0 | 0.24 | 224.25 | 0.7 | 0.45 |
| Hex | 23 | 4D | C3 | 52 | 3D | 0 | 18 | E0 | 46 | 2D |
| Octal | 43 | 115 | 303 | 122 | 75 | 0 | 30 | 340 | 106 | 55 |
| Binary | 100011 | 1001101 | 11000011 | 1010010 | 111101 | 0 | 11000 | 11100000 | 1000110 | 101101 |
Color Harmonies of #234DC3
Complementary color
Monochromatic Colors of #234DC3
Black with #234DC3
Text Example
Text Example
White with #234DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234DC3; }
p { color: rgb(35,77,195); }
H1.HeaderClassName
{
color: #234DC3;
}
.AnyTagClassName
{
color: #234DC3;
}
</style>
background-color css
<style>
a { background-color: #234DC3; }
a { background-color: rgb(35,77,195); }
div.DivClassName
{
background-color: #234DC3;
}
.BgClassName
{
background-color: #234DC3;
}
</style>
border-color css
<style>
span { border-color: #234DC3; }
span { border-color: rgb(35,77,195); }
td.TdClassName
{
border-color: #234DC3;
}
.TagClassName
{
border-color: #234DC3;
}
</style>