Shades of Cerulean Blue #235BBA
Tints of Cerulean Blue #235BBA
RGB
CMYK
RGB Variations
Color information
#235BBA (or 0x235BBA) is known color: Cerulean Blue. HEX triplet: 23, 5B and BA. RGB value is (35,91,186). Sum of RGB (Red+Green+Blue) = 35+91+186=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #235BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235BBA is #DCA445. Grayscale: #545454. Windows color (decimal): -14459974 or 12213027. OLE color: 12213027.
HSL color Cylindrical-coordinate representation of color #235BBA: hue angle of 217.75º 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 #235BBA is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 91 | 186 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.27 |
| HSL | 217.75º | 0.68% | 0.43% | - |
| HSV(B) | 217.75º | 0.81% | 0.73% | - |
| XYZ | 13.3 | 11.38 | 47.95 | - |
| YUV | 85.09 | 184.95 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 91 | 186 | 0.81 | 0.51 | 0 | 0.27 | 217.75 | 0.68 | 0.43 |
| Hex | 23 | 5B | BA | 51 | 33 | 0 | 1B | DA | 44 | 2B |
| Octal | 43 | 133 | 272 | 121 | 63 | 0 | 33 | 332 | 104 | 53 |
| Binary | 100011 | 1011011 | 10111010 | 1010001 | 110011 | 0 | 11011 | 11011010 | 1000100 | 101011 |
Color Harmonies of #235BBA
Complementary color
Monochromatic Colors of #235BBA
Black with #235BBA
Text Example
Text Example
White with #235BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235BBA; }
p { color: rgb(35,91,186); }
H1.HeaderClassName
{
color: #235BBA;
}
.AnyTagClassName
{
color: #235BBA;
}
</style>
background-color css
<style>
a { background-color: #235BBA; }
a { background-color: rgb(35,91,186); }
div.DivClassName
{
background-color: #235BBA;
}
.BgClassName
{
background-color: #235BBA;
}
</style>
border-color css
<style>
span { border-color: #235BBA; }
span { border-color: rgb(35,91,186); }
td.TdClassName
{
border-color: #235BBA;
}
.TagClassName
{
border-color: #235BBA;
}
</style>