Shades of Cerulean Blue #234BCE
Tints of Cerulean Blue #234BCE
RGB
CMYK
RGB Variations
Color information
#234BCE (or 0x234BCE) is known color: Cerulean Blue. HEX triplet: 23, 4B and CE. RGB value is (35,75,206). Sum of RGB (Red+Green+Blue) = 35+75+206=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #234BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234BCE is #DCB431. Grayscale: #4D4D4D. Windows color (decimal): -14464050 or 13519651. OLE color: 13519651.
HSL color Cylindrical-coordinate representation of color #234BCE: hue angle of 225.96º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #234BCE is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 75 | 206 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.19 |
| HSL | 225.96º | 0.71% | 0.47% | - |
| HSV(B) | 225.96º | 0.83% | 0.81% | - |
| XYZ | 14.35 | 9.85 | 59.54 | - |
| YUV | 77.97 | 200.25 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 206 | 0.83 | 0.64 | 0 | 0.19 | 225.96 | 0.71 | 0.47 |
| Hex | 23 | 4B | CE | 53 | 40 | 0 | 13 | E2 | 47 | 2F |
| Octal | 43 | 113 | 316 | 123 | 100 | 0 | 23 | 342 | 107 | 57 |
| Binary | 100011 | 1001011 | 11001110 | 1010011 | 1000000 | 0 | 10011 | 11100010 | 1000111 | 101111 |
Color Harmonies of #234BCE
Complementary color
Monochromatic Colors of #234BCE
Black with #234BCE
Text Example
Text Example
White with #234BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234BCE; }
p { color: rgb(35,75,206); }
H1.HeaderClassName
{
color: #234BCE;
}
.AnyTagClassName
{
color: #234BCE;
}
</style>
background-color css
<style>
a { background-color: #234BCE; }
a { background-color: rgb(35,75,206); }
div.DivClassName
{
background-color: #234BCE;
}
.BgClassName
{
background-color: #234BCE;
}
</style>
border-color css
<style>
span { border-color: #234BCE; }
span { border-color: rgb(35,75,206); }
td.TdClassName
{
border-color: #234BCE;
}
.TagClassName
{
border-color: #234BCE;
}
</style>