Shades of Cerulean Blue #2350C1
Tints of Cerulean Blue #2350C1
RGB
CMYK
RGB Variations
Color information
#2350C1 (or 0x2350C1) is known color: Cerulean Blue. HEX triplet: 23, 50 and C1. RGB value is (35,80,193). Sum of RGB (Red+Green+Blue) = 35+80+193=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #2350C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2350C1 is #DCAF3E. Grayscale: #4E4E4E. Windows color (decimal): -14462783 or 12668963. OLE color: 12668963.
HSL color Cylindrical-coordinate representation of color #2350C1: hue angle of 222.91º degrees, saturation: 0.69, 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 #2350C1 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 80 | 193 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.24 |
| HSL | 222.91º | 0.69% | 0.45% | - |
| HSV(B) | 222.91º | 0.82% | 0.76% | - |
| XYZ | 13.19 | 9.94 | 51.68 | - |
| YUV | 79.43 | 192.09 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 193 | 0.82 | 0.59 | 0 | 0.24 | 222.91 | 0.69 | 0.45 |
| Hex | 23 | 50 | C1 | 52 | 3B | 0 | 18 | DF | 45 | 2D |
| Octal | 43 | 120 | 301 | 122 | 73 | 0 | 30 | 337 | 105 | 55 |
| Binary | 100011 | 1010000 | 11000001 | 1010010 | 111011 | 0 | 11000 | 11011111 | 1000101 | 101101 |
Color Harmonies of #2350C1
Complementary color
Monochromatic Colors of #2350C1
Black with #2350C1
Text Example
Text Example
White with #2350C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2350C1; }
p { color: rgb(35,80,193); }
H1.HeaderClassName
{
color: #2350C1;
}
.AnyTagClassName
{
color: #2350C1;
}
</style>
background-color css
<style>
a { background-color: #2350C1; }
a { background-color: rgb(35,80,193); }
div.DivClassName
{
background-color: #2350C1;
}
.BgClassName
{
background-color: #2350C1;
}
</style>
border-color css
<style>
span { border-color: #2350C1; }
span { border-color: rgb(35,80,193); }
td.TdClassName
{
border-color: #2350C1;
}
.TagClassName
{
border-color: #2350C1;
}
</style>