Shades of Cerulean Blue #2356CD
Tints of Cerulean Blue #2356CD
RGB
CMYK
RGB Variations
Color information
#2356CD (or 0x2356CD) is known color: Cerulean Blue. HEX triplet: 23, 56 and CD. RGB value is (35,86,205). Sum of RGB (Red+Green+Blue) = 35+86+205=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 205 (80.47% from 255 or 62.88% from 326); Max value from RGB is 205 - color contains mainly: blue. Hex color #2356CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2356CD is #DCA932. Grayscale: #535353. Windows color (decimal): -14461235 or 13456931. OLE color: 13456931.
HSL color Cylindrical-coordinate representation of color #2356CD: hue angle of 222º 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 #2356CD is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 86 | 205 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.20 |
| HSL | 222º | 0.71% | 0.47% | - |
| HSV(B) | 222º | 0.83% | 0.8% | - |
| XYZ | 15.04 | 11.42 | 59.17 | - |
| YUV | 84.32 | 196.1 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 86 | 205 | 0.83 | 0.58 | 0 | 0.20 | 222 | 0.71 | 0.47 |
| Hex | 23 | 56 | CD | 53 | 3A | 0 | 14 | DE | 47 | 2F |
| Octal | 43 | 126 | 315 | 123 | 72 | 0 | 24 | 336 | 107 | 57 |
| Binary | 100011 | 1010110 | 11001101 | 1010011 | 111010 | 0 | 10100 | 11011110 | 1000111 | 101111 |
Color Harmonies of #2356CD
Complementary color
Monochromatic Colors of #2356CD
Black with #2356CD
Text Example
Text Example
White with #2356CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2356CD; }
p { color: rgb(35,86,205); }
H1.HeaderClassName
{
color: #2356CD;
}
.AnyTagClassName
{
color: #2356CD;
}
</style>
background-color css
<style>
a { background-color: #2356CD; }
a { background-color: rgb(35,86,205); }
div.DivClassName
{
background-color: #2356CD;
}
.BgClassName
{
background-color: #2356CD;
}
</style>
border-color css
<style>
span { border-color: #2356CD; }
span { border-color: rgb(35,86,205); }
td.TdClassName
{
border-color: #2356CD;
}
.TagClassName
{
border-color: #2356CD;
}
</style>