Shades of Cerulean Blue #2354C3
Tints of Cerulean Blue #2354C3
RGB
CMYK
RGB Variations
Color information
#2354C3 (or 0x2354C3) is known color: Cerulean Blue. HEX triplet: 23, 54 and C3. RGB value is (35,84,195). Sum of RGB (Red+Green+Blue) = 35+84+195=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 195 (76.56% from 255 or 62.10% from 314); Max value from RGB is 195 - color contains mainly: blue. Hex color #2354C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2354C3 is #DCAB3C. Grayscale: #515151. Windows color (decimal): -14461757 or 12801059. OLE color: 12801059.
HSL color Cylindrical-coordinate representation of color #2354C3: hue angle of 221.62º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2354C3 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 84 | 195 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.24 |
| HSL | 221.63º | 0.7% | 0.45% | - |
| HSV(B) | 221.63º | 0.82% | 0.76% | - |
| XYZ | 13.71 | 10.64 | 52.96 | - |
| YUV | 82 | 191.77 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 84 | 195 | 0.82 | 0.57 | 0 | 0.24 | 221.63 | 0.7 | 0.45 |
| Hex | 23 | 54 | C3 | 52 | 39 | 0 | 18 | DE | 46 | 2D |
| Octal | 43 | 124 | 303 | 122 | 71 | 0 | 30 | 336 | 106 | 55 |
| Binary | 100011 | 1010100 | 11000011 | 1010010 | 111001 | 0 | 11000 | 11011110 | 1000110 | 101101 |
Color Harmonies of #2354C3
Complementary color
Monochromatic Colors of #2354C3
Black with #2354C3
Text Example
Text Example
White with #2354C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2354C3; }
p { color: rgb(35,84,195); }
H1.HeaderClassName
{
color: #2354C3;
}
.AnyTagClassName
{
color: #2354C3;
}
</style>
background-color css
<style>
a { background-color: #2354C3; }
a { background-color: rgb(35,84,195); }
div.DivClassName
{
background-color: #2354C3;
}
.BgClassName
{
background-color: #2354C3;
}
</style>
border-color css
<style>
span { border-color: #2354C3; }
span { border-color: rgb(35,84,195); }
td.TdClassName
{
border-color: #2354C3;
}
.TagClassName
{
border-color: #2354C3;
}
</style>