Shades of Cerulean Blue #235CBA
Tints of Cerulean Blue #235CBA
RGB
CMYK
RGB Variations
Color information
#235CBA (or 0x235CBA) is known color: Cerulean Blue. HEX triplet: 23, 5C and BA. RGB value is (35,92,186). Sum of RGB (Red+Green+Blue) = 35+92+186=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #235CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235CBA is #DCA345. Grayscale: #555555. Windows color (decimal): -14459718 or 12213283. OLE color: 12213283.
HSL color Cylindrical-coordinate representation of color #235CBA: hue angle of 217.35º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #235CBA is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 92 | 186 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.27 |
| HSL | 217.35º | 0.68% | 0.43% | - |
| HSV(B) | 217.35º | 0.81% | 0.73% | - |
| XYZ | 13.38 | 11.56 | 47.98 | - |
| YUV | 85.67 | 184.62 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 186 | 0.81 | 0.51 | 0 | 0.27 | 217.35 | 0.68 | 0.43 |
| Hex | 23 | 5C | BA | 51 | 33 | 0 | 1B | D9 | 44 | 2B |
| Octal | 43 | 134 | 272 | 121 | 63 | 0 | 33 | 331 | 104 | 53 |
| Binary | 100011 | 1011100 | 10111010 | 1010001 | 110011 | 0 | 11011 | 11011001 | 1000100 | 101011 |
Color Harmonies of #235CBA
Complementary color
Monochromatic Colors of #235CBA
Black with #235CBA
Text Example
Text Example
White with #235CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235CBA; }
p { color: rgb(35,92,186); }
H1.HeaderClassName
{
color: #235CBA;
}
.AnyTagClassName
{
color: #235CBA;
}
</style>
background-color css
<style>
a { background-color: #235CBA; }
a { background-color: rgb(35,92,186); }
div.DivClassName
{
background-color: #235CBA;
}
.BgClassName
{
background-color: #235CBA;
}
</style>
border-color css
<style>
span { border-color: #235CBA; }
span { border-color: rgb(35,92,186); }
td.TdClassName
{
border-color: #235CBA;
}
.TagClassName
{
border-color: #235CBA;
}
</style>