Shades of Cerulean Blue #2552BC
Tints of Cerulean Blue #2552BC
RGB
CMYK
RGB Variations
Color information
#2552BC (or 0x2552BC) is known color: Cerulean Blue. HEX triplet: 25, 52 and BC. RGB value is (37,82,188). Sum of RGB (Red+Green+Blue) = 37+82+188=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #2552BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2552BC is #DAAD43. Grayscale: #505050. Windows color (decimal): -14331204 or 12341797. OLE color: 12341797.
HSL color Cylindrical-coordinate representation of color #2552BC: hue angle of 222.12º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2552BC is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 82 | 188 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.26 |
| HSL | 222.12º | 0.67% | 0.44% | - |
| HSV(B) | 222.12º | 0.8% | 0.74% | - |
| XYZ | 12.86 | 10.06 | 48.84 | - |
| YUV | 80.63 | 188.59 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 188 | 0.80 | 0.56 | 0 | 0.26 | 222.12 | 0.67 | 0.44 |
| Hex | 25 | 52 | BC | 50 | 38 | 0 | 1A | DE | 43 | 2C |
| Octal | 45 | 122 | 274 | 120 | 70 | 0 | 32 | 336 | 103 | 54 |
| Binary | 100101 | 1010010 | 10111100 | 1010000 | 111000 | 0 | 11010 | 11011110 | 1000011 | 101100 |
Color Harmonies of #2552BC
Complementary color
Monochromatic Colors of #2552BC
Black with #2552BC
Text Example
Text Example
White with #2552BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2552BC; }
p { color: rgb(37,82,188); }
H1.HeaderClassName
{
color: #2552BC;
}
.AnyTagClassName
{
color: #2552BC;
}
</style>
background-color css
<style>
a { background-color: #2552BC; }
a { background-color: rgb(37,82,188); }
div.DivClassName
{
background-color: #2552BC;
}
.BgClassName
{
background-color: #2552BC;
}
</style>
border-color css
<style>
span { border-color: #2552BC; }
span { border-color: rgb(37,82,188); }
td.TdClassName
{
border-color: #2552BC;
}
.TagClassName
{
border-color: #2552BC;
}
</style>