Shades of Cerulean Blue #2349AD
Tints of Cerulean Blue #2349AD
RGB
CMYK
RGB Variations
Color information
#2349AD (or 0x2349AD) is known color: Cerulean Blue. HEX triplet: 23, 49 and AD. RGB value is (35,73,173). Sum of RGB (Red+Green+Blue) = 35+73+173=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #2349AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2349AD is #DCB652. Grayscale: #484848. Windows color (decimal): -14464595 or 11356451. OLE color: 11356451.
HSL color Cylindrical-coordinate representation of color #2349AD: hue angle of 223.48º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2349AD is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 73 | 173 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.32 |
| HSL | 223.48º | 0.66% | 0.41% | - |
| HSV(B) | 223.48º | 0.8% | 0.68% | - |
| XYZ | 10.62 | 8.14 | 40.55 | - |
| YUV | 73.04 | 184.41 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 173 | 0.80 | 0.58 | 0 | 0.32 | 223.48 | 0.66 | 0.41 |
| Hex | 23 | 49 | AD | 50 | 3A | 0 | 20 | DF | 42 | 29 |
| Octal | 43 | 111 | 255 | 120 | 72 | 0 | 40 | 337 | 102 | 51 |
| Binary | 100011 | 1001001 | 10101101 | 1010000 | 111010 | 0 | 100000 | 11011111 | 1000010 | 101001 |
Color Harmonies of #2349AD
Complementary color
Monochromatic Colors of #2349AD
Black with #2349AD
Text Example
Text Example
White with #2349AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2349AD; }
p { color: rgb(35,73,173); }
H1.HeaderClassName
{
color: #2349AD;
}
.AnyTagClassName
{
color: #2349AD;
}
</style>
background-color css
<style>
a { background-color: #2349AD; }
a { background-color: rgb(35,73,173); }
div.DivClassName
{
background-color: #2349AD;
}
.BgClassName
{
background-color: #2349AD;
}
</style>
border-color css
<style>
span { border-color: #2349AD; }
span { border-color: rgb(35,73,173); }
td.TdClassName
{
border-color: #2349AD;
}
.TagClassName
{
border-color: #2349AD;
}
</style>