Shades of Cerulean Blue #2355D3
Tints of Cerulean Blue #2355D3
RGB
CMYK
RGB Variations
Color information
#2355D3 (or 0x2355D3) is known color: Cerulean Blue. HEX triplet: 23, 55 and D3. RGB value is (35,85,211). Sum of RGB (Red+Green+Blue) = 35+85+211=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 211 (82.81% from 255 or 63.75% from 331); Max value from RGB is 211 - color contains mainly: blue. Hex color #2355D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2355D3 is #DCAA2C. Grayscale: #535353. Windows color (decimal): -14461485 or 13849891. OLE color: 13849891.
HSL color Cylindrical-coordinate representation of color #2355D3: hue angle of 222.95º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2355D3 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 35 | 85 | 211 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.17 |
| HSL | 222.95º | 0.72% | 0.48% | - |
| HSV(B) | 222.95º | 0.83% | 0.83% | - |
| XYZ | 15.7 | 11.56 | 63.03 | - |
| YUV | 84.41 | 199.44 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 85 | 211 | 0.83 | 0.60 | 0 | 0.17 | 222.95 | 0.72 | 0.48 |
| Hex | 23 | 55 | D3 | 53 | 3C | 0 | 11 | DF | 48 | 30 |
| Octal | 43 | 125 | 323 | 123 | 74 | 0 | 21 | 337 | 110 | 60 |
| Binary | 100011 | 1010101 | 11010011 | 1010011 | 111100 | 0 | 10001 | 11011111 | 1001000 | 110000 |
Color Harmonies of #2355D3
Complementary color
Monochromatic Colors of #2355D3
Black with #2355D3
Text Example
Text Example
White with #2355D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2355D3; }
p { color: rgb(35,85,211); }
H1.HeaderClassName
{
color: #2355D3;
}
.AnyTagClassName
{
color: #2355D3;
}
</style>
background-color css
<style>
a { background-color: #2355D3; }
a { background-color: rgb(35,85,211); }
div.DivClassName
{
background-color: #2355D3;
}
.BgClassName
{
background-color: #2355D3;
}
</style>
border-color css
<style>
span { border-color: #2355D3; }
span { border-color: rgb(35,85,211); }
td.TdClassName
{
border-color: #2355D3;
}
.TagClassName
{
border-color: #2355D3;
}
</style>