Shades of Cerulean Blue #2553C4
Tints of Cerulean Blue #2553C4
RGB
CMYK
RGB Variations
Color information
#2553C4 (or 0x2553C4) is known color: Cerulean Blue. HEX triplet: 25, 53 and C4. RGB value is (37,83,196). Sum of RGB (Red+Green+Blue) = 37+83+196=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 196 (76.95% from 255 or 62.03% from 316); Max value from RGB is 196 - color contains mainly: blue. Hex color #2553C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2553C4 is #DAAC3B. Grayscale: #515151. Windows color (decimal): -14330940 or 12866341. OLE color: 12866341.
HSL color Cylindrical-coordinate representation of color #2553C4: hue angle of 222.64º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2553C4 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 83 | 196 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.23 |
| HSL | 222.64º | 0.68% | 0.46% | - |
| HSV(B) | 222.64º | 0.81% | 0.77% | - |
| XYZ | 13.82 | 10.57 | 53.54 | - |
| YUV | 82.13 | 192.26 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 196 | 0.81 | 0.58 | 0 | 0.23 | 222.64 | 0.68 | 0.46 |
| Hex | 25 | 53 | C4 | 51 | 3A | 0 | 17 | DF | 44 | 2E |
| Octal | 45 | 123 | 304 | 121 | 72 | 0 | 27 | 337 | 104 | 56 |
| Binary | 100101 | 1010011 | 11000100 | 1010001 | 111010 | 0 | 10111 | 11011111 | 1000100 | 101110 |
Color Harmonies of #2553C4
Complementary color
Monochromatic Colors of #2553C4
Black with #2553C4
Text Example
Text Example
White with #2553C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2553C4; }
p { color: rgb(37,83,196); }
H1.HeaderClassName
{
color: #2553C4;
}
.AnyTagClassName
{
color: #2553C4;
}
</style>
background-color css
<style>
a { background-color: #2553C4; }
a { background-color: rgb(37,83,196); }
div.DivClassName
{
background-color: #2553C4;
}
.BgClassName
{
background-color: #2553C4;
}
</style>
border-color css
<style>
span { border-color: #2553C4; }
span { border-color: rgb(37,83,196); }
td.TdClassName
{
border-color: #2553C4;
}
.TagClassName
{
border-color: #2553C4;
}
</style>