Shades of Cerulean Blue #2354A8
Tints of Cerulean Blue #2354A8
RGB
CMYK
RGB Variations
Color information
#2354A8 (or 0x2354A8) is known color: Cerulean Blue. HEX triplet: 23, 54 and A8. RGB value is (35,84,168). Sum of RGB (Red+Green+Blue) = 35+84+168=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 168 (66.02% from 255 or 58.54% from 287); Max value from RGB is 168 - color contains mainly: blue. Hex color #2354A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2354A8 is #DCAB57. Grayscale: #4E4E4E. Windows color (decimal): -14461784 or 11031587. OLE color: 11031587.
HSL color Cylindrical-coordinate representation of color #2354A8: hue angle of 217.89º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2354A8 is Cyan = 0.79, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 35 | 84 | 168 | - |
| CMYK | 0.79 | 0.5 | 0 | 0.34 |
| HSL | 217.89º | 0.66% | 0.4% | - |
| HSV(B) | 217.89º | 0.79% | 0.66% | - |
| XYZ | 10.93 | 9.53 | 38.31 | - |
| YUV | 78.93 | 178.27 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 84 | 168 | 0.79 | 0.5 | 0 | 0.34 | 217.89 | 0.66 | 0.4 |
| Hex | 23 | 54 | A8 | 4F | 32 | 0 | 22 | DA | 42 | 28 |
| Octal | 43 | 124 | 250 | 117 | 62 | 0 | 42 | 332 | 102 | 50 |
| Binary | 100011 | 1010100 | 10101000 | 1001111 | 110010 | 0 | 100010 | 11011010 | 1000010 | 101000 |
Color Harmonies of #2354A8
Complementary color
Monochromatic Colors of #2354A8
Black with #2354A8
Text Example
Text Example
White with #2354A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2354A8; }
p { color: rgb(35,84,168); }
H1.HeaderClassName
{
color: #2354A8;
}
.AnyTagClassName
{
color: #2354A8;
}
</style>
background-color css
<style>
a { background-color: #2354A8; }
a { background-color: rgb(35,84,168); }
div.DivClassName
{
background-color: #2354A8;
}
.BgClassName
{
background-color: #2354A8;
}
</style>
border-color css
<style>
span { border-color: #2354A8; }
span { border-color: rgb(35,84,168); }
td.TdClassName
{
border-color: #2354A8;
}
.TagClassName
{
border-color: #2354A8;
}
</style>