Shades of Cerulean Blue #2353C5
Tints of Cerulean Blue #2353C5
RGB
CMYK
RGB Variations
Color information
#2353C5 (or 0x2353C5) is known color: Cerulean Blue. HEX triplet: 23, 53 and C5. RGB value is (35,83,197). Sum of RGB (Red+Green+Blue) = 35+83+197=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 197 (77.34% from 255 or 62.54% from 315); Max value from RGB is 197 - color contains mainly: blue. Hex color #2353C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2353C5 is #DCAC3A. Grayscale: #515151. Windows color (decimal): -14462011 or 12931875. OLE color: 12931875.
HSL color Cylindrical-coordinate representation of color #2353C5: hue angle of 222.22º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2353C5 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 83 | 197 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.23 |
| HSL | 222.22º | 0.7% | 0.45% | - |
| HSV(B) | 222.22º | 0.82% | 0.77% | - |
| XYZ | 13.86 | 10.58 | 54.13 | - |
| YUV | 81.64 | 193.1 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 197 | 0.82 | 0.58 | 0 | 0.23 | 222.22 | 0.7 | 0.45 |
| Hex | 23 | 53 | C5 | 52 | 3A | 0 | 17 | DE | 46 | 2D |
| Octal | 43 | 123 | 305 | 122 | 72 | 0 | 27 | 336 | 106 | 55 |
| Binary | 100011 | 1010011 | 11000101 | 1010010 | 111010 | 0 | 10111 | 11011110 | 1000110 | 101101 |
Color Harmonies of #2353C5
Complementary color
Monochromatic Colors of #2353C5
Black with #2353C5
Text Example
Text Example
White with #2353C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2353C5; }
p { color: rgb(35,83,197); }
H1.HeaderClassName
{
color: #2353C5;
}
.AnyTagClassName
{
color: #2353C5;
}
</style>
background-color css
<style>
a { background-color: #2353C5; }
a { background-color: rgb(35,83,197); }
div.DivClassName
{
background-color: #2353C5;
}
.BgClassName
{
background-color: #2353C5;
}
</style>
border-color css
<style>
span { border-color: #2353C5; }
span { border-color: rgb(35,83,197); }
td.TdClassName
{
border-color: #2353C5;
}
.TagClassName
{
border-color: #2353C5;
}
</style>