Shades of Cerulean Blue #2354BA
Tints of Cerulean Blue #2354BA
RGB
CMYK
RGB Variations
Color information
#2354BA (or 0x2354BA) is known color: Cerulean Blue. HEX triplet: 23, 54 and BA. RGB value is (35,84,186). Sum of RGB (Red+Green+Blue) = 35+84+186=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #2354BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2354BA is #DCAB45. Grayscale: #505050. Windows color (decimal): -14461766 or 12211235. OLE color: 12211235.
HSL color Cylindrical-coordinate representation of color #2354BA: hue angle of 220.53º 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 #2354BA is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 84 | 186 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.27 |
| HSL | 220.53º | 0.68% | 0.43% | - |
| HSV(B) | 220.53º | 0.81% | 0.73% | - |
| XYZ | 12.73 | 10.24 | 47.76 | - |
| YUV | 80.98 | 187.27 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 84 | 186 | 0.81 | 0.55 | 0 | 0.27 | 220.53 | 0.68 | 0.43 |
| Hex | 23 | 54 | BA | 51 | 37 | 0 | 1B | DD | 44 | 2B |
| Octal | 43 | 124 | 272 | 121 | 67 | 0 | 33 | 335 | 104 | 53 |
| Binary | 100011 | 1010100 | 10111010 | 1010001 | 110111 | 0 | 11011 | 11011101 | 1000100 | 101011 |
Color Harmonies of #2354BA
Complementary color
Monochromatic Colors of #2354BA
Black with #2354BA
Text Example
Text Example
White with #2354BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2354BA; }
p { color: rgb(35,84,186); }
H1.HeaderClassName
{
color: #2354BA;
}
.AnyTagClassName
{
color: #2354BA;
}
</style>
background-color css
<style>
a { background-color: #2354BA; }
a { background-color: rgb(35,84,186); }
div.DivClassName
{
background-color: #2354BA;
}
.BgClassName
{
background-color: #2354BA;
}
</style>
border-color css
<style>
span { border-color: #2354BA; }
span { border-color: rgb(35,84,186); }
td.TdClassName
{
border-color: #2354BA;
}
.TagClassName
{
border-color: #2354BA;
}
</style>