Shades of Cerulean Blue #2354BC
Tints of Cerulean Blue #2354BC
RGB
CMYK
RGB Variations
Color information
#2354BC (or 0x2354BC) is known color: Cerulean Blue. HEX triplet: 23, 54 and BC. RGB value is (35,84,188). Sum of RGB (Red+Green+Blue) = 35+84+188=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #2354BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2354BC is #DCAB43. Grayscale: #505050. Windows color (decimal): -14461764 or 12342307. OLE color: 12342307.
HSL color Cylindrical-coordinate representation of color #2354BC: hue angle of 220.78º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2354BC is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 84 | 188 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.26 |
| HSL | 220.78º | 0.69% | 0.44% | - |
| HSV(B) | 220.78º | 0.81% | 0.74% | - |
| XYZ | 12.94 | 10.33 | 48.89 | - |
| YUV | 81.21 | 188.27 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 84 | 188 | 0.81 | 0.55 | 0 | 0.26 | 220.78 | 0.69 | 0.44 |
| Hex | 23 | 54 | BC | 51 | 37 | 0 | 1A | DD | 45 | 2C |
| Octal | 43 | 124 | 274 | 121 | 67 | 0 | 32 | 335 | 105 | 54 |
| Binary | 100011 | 1010100 | 10111100 | 1010001 | 110111 | 0 | 11010 | 11011101 | 1000101 | 101100 |
Color Harmonies of #2354BC
Complementary color
Monochromatic Colors of #2354BC
Black with #2354BC
Text Example
Text Example
White with #2354BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2354BC; }
p { color: rgb(35,84,188); }
H1.HeaderClassName
{
color: #2354BC;
}
.AnyTagClassName
{
color: #2354BC;
}
</style>
background-color css
<style>
a { background-color: #2354BC; }
a { background-color: rgb(35,84,188); }
div.DivClassName
{
background-color: #2354BC;
}
.BgClassName
{
background-color: #2354BC;
}
</style>
border-color css
<style>
span { border-color: #2354BC; }
span { border-color: rgb(35,84,188); }
td.TdClassName
{
border-color: #2354BC;
}
.TagClassName
{
border-color: #2354BC;
}
</style>