Shades of Cerulean Blue #235CBE
Tints of Cerulean Blue #235CBE
RGB
CMYK
RGB Variations
Color information
#235CBE (or 0x235CBE) is known color: Cerulean Blue. HEX triplet: 23, 5C and BE. RGB value is (35,92,190). Sum of RGB (Red+Green+Blue) = 35+92+190=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #235CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235CBE is #DCA341. Grayscale: #555555. Windows color (decimal): -14459714 or 12475427. OLE color: 12475427.
HSL color Cylindrical-coordinate representation of color #235CBE: hue angle of 217.94º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #235CBE is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 92 | 190 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.25 |
| HSL | 217.94º | 0.69% | 0.44% | - |
| HSV(B) | 217.94º | 0.82% | 0.75% | - |
| XYZ | 13.81 | 11.73 | 50.25 | - |
| YUV | 86.13 | 186.62 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 190 | 0.82 | 0.52 | 0 | 0.25 | 217.94 | 0.69 | 0.44 |
| Hex | 23 | 5C | BE | 52 | 34 | 0 | 19 | DA | 45 | 2C |
| Octal | 43 | 134 | 276 | 122 | 64 | 0 | 31 | 332 | 105 | 54 |
| Binary | 100011 | 1011100 | 10111110 | 1010010 | 110100 | 0 | 11001 | 11011010 | 1000101 | 101100 |
Color Harmonies of #235CBE
Complementary color
Monochromatic Colors of #235CBE
Black with #235CBE
Text Example
Text Example
White with #235CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235CBE; }
p { color: rgb(35,92,190); }
H1.HeaderClassName
{
color: #235CBE;
}
.AnyTagClassName
{
color: #235CBE;
}
</style>
background-color css
<style>
a { background-color: #235CBE; }
a { background-color: rgb(35,92,190); }
div.DivClassName
{
background-color: #235CBE;
}
.BgClassName
{
background-color: #235CBE;
}
</style>
border-color css
<style>
span { border-color: #235CBE; }
span { border-color: rgb(35,92,190); }
td.TdClassName
{
border-color: #235CBE;
}
.TagClassName
{
border-color: #235CBE;
}
</style>