Shades of Cerulean Blue #2354C5
Tints of Cerulean Blue #2354C5
RGB
CMYK
RGB Variations
Color information
#2354C5 (or 0x2354C5) is known color: Cerulean Blue. HEX triplet: 23, 54 and C5. RGB value is (35,84,197). Sum of RGB (Red+Green+Blue) = 35+84+197=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 197 (77.34% from 255 or 62.34% from 316); Max value from RGB is 197 - color contains mainly: blue. Hex color #2354C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2354C5 is #DCAB3A. Grayscale: #515151. Windows color (decimal): -14461755 or 12932131. OLE color: 12932131.
HSL color Cylindrical-coordinate representation of color #2354C5: hue angle of 221.85º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2354C5 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 84 | 197 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.23 |
| HSL | 221.85º | 0.7% | 0.45% | - |
| HSV(B) | 221.85º | 0.82% | 0.77% | - |
| XYZ | 13.94 | 10.73 | 54.16 | - |
| YUV | 82.23 | 192.77 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 84 | 197 | 0.82 | 0.57 | 0 | 0.23 | 221.85 | 0.7 | 0.45 |
| Hex | 23 | 54 | C5 | 52 | 39 | 0 | 17 | DE | 46 | 2D |
| Octal | 43 | 124 | 305 | 122 | 71 | 0 | 27 | 336 | 106 | 55 |
| Binary | 100011 | 1010100 | 11000101 | 1010010 | 111001 | 0 | 10111 | 11011110 | 1000110 | 101101 |
Color Harmonies of #2354C5
Complementary color
Monochromatic Colors of #2354C5
Black with #2354C5
Text Example
Text Example
White with #2354C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2354C5; }
p { color: rgb(35,84,197); }
H1.HeaderClassName
{
color: #2354C5;
}
.AnyTagClassName
{
color: #2354C5;
}
</style>
background-color css
<style>
a { background-color: #2354C5; }
a { background-color: rgb(35,84,197); }
div.DivClassName
{
background-color: #2354C5;
}
.BgClassName
{
background-color: #2354C5;
}
</style>
border-color css
<style>
span { border-color: #2354C5; }
span { border-color: rgb(35,84,197); }
td.TdClassName
{
border-color: #2354C5;
}
.TagClassName
{
border-color: #2354C5;
}
</style>