Shades of Cerulean Blue #2350CC
Tints of Cerulean Blue #2350CC
RGB
CMYK
RGB Variations
Color information
#2350CC (or 0x2350CC) is known color: Cerulean Blue. HEX triplet: 23, 50 and CC. RGB value is (35,80,204). Sum of RGB (Red+Green+Blue) = 35+80+204=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #2350CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2350CC is #DCAF33. Grayscale: #505050. Windows color (decimal): -14462772 or 13389859. OLE color: 13389859.
HSL color Cylindrical-coordinate representation of color #2350CC: hue angle of 224.02º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2350CC is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 80 | 204 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.2 |
| HSL | 224.02º | 0.71% | 0.47% | - |
| HSV(B) | 224.02º | 0.83% | 0.8% | - |
| XYZ | 14.46 | 10.45 | 58.38 | - |
| YUV | 80.68 | 197.59 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 204 | 0.83 | 0.61 | 0 | 0.2 | 224.02 | 0.71 | 0.47 |
| Hex | 23 | 50 | CC | 53 | 3D | 0 | 14 | E0 | 47 | 2F |
| Octal | 43 | 120 | 314 | 123 | 75 | 0 | 24 | 340 | 107 | 57 |
| Binary | 100011 | 1010000 | 11001100 | 1010011 | 111101 | 0 | 10100 | 11100000 | 1000111 | 101111 |
Color Harmonies of #2350CC
Complementary color
Monochromatic Colors of #2350CC
Black with #2350CC
Text Example
Text Example
White with #2350CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2350CC; }
p { color: rgb(35,80,204); }
H1.HeaderClassName
{
color: #2350CC;
}
.AnyTagClassName
{
color: #2350CC;
}
</style>
background-color css
<style>
a { background-color: #2350CC; }
a { background-color: rgb(35,80,204); }
div.DivClassName
{
background-color: #2350CC;
}
.BgClassName
{
background-color: #2350CC;
}
</style>
border-color css
<style>
span { border-color: #2350CC; }
span { border-color: rgb(35,80,204); }
td.TdClassName
{
border-color: #2350CC;
}
.TagClassName
{
border-color: #2350CC;
}
</style>