Shades of Cerulean Blue #2652DD
Tints of Cerulean Blue #2652DD
RGB
CMYK
RGB Variations
Color information
#2652DD (or 0x2652DD) is known color: Cerulean Blue. HEX triplet: 26, 52 and DD. RGB value is (38,82,221). Sum of RGB (Red+Green+Blue) = 38+82+221=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #2652DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2652DD is #D9AD22. Grayscale: #545454. Windows color (decimal): -14265635 or 14504486. OLE color: 14504486.
HSL color Cylindrical-coordinate representation of color #2652DD: hue angle of 225.57º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2652DD is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 82 | 221 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.13 |
| HSL | 225.57º | 0.73% | 0.51% | - |
| HSV(B) | 225.57º | 0.83% | 0.87% | - |
| XYZ | 16.87 | 11.67 | 69.77 | - |
| YUV | 84.69 | 204.92 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 221 | 0.83 | 0.63 | 0 | 0.13 | 225.57 | 0.73 | 0.51 |
| Hex | 26 | 52 | DD | 53 | 3F | 0 | D | E2 | 49 | 33 |
| Octal | 46 | 122 | 335 | 123 | 77 | 0 | 15 | 342 | 111 | 63 |
| Binary | 100110 | 1010010 | 11011101 | 1010011 | 111111 | 0 | 1101 | 11100010 | 1001001 | 110011 |
Color Harmonies of #2652DD
Complementary color
Monochromatic Colors of #2652DD
Black with #2652DD
Text Example
Text Example
White with #2652DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2652DD; }
p { color: rgb(38,82,221); }
H1.HeaderClassName
{
color: #2652DD;
}
.AnyTagClassName
{
color: #2652DD;
}
</style>
background-color css
<style>
a { background-color: #2652DD; }
a { background-color: rgb(38,82,221); }
div.DivClassName
{
background-color: #2652DD;
}
.BgClassName
{
background-color: #2652DD;
}
</style>
border-color css
<style>
span { border-color: #2652DD; }
span { border-color: rgb(38,82,221); }
td.TdClassName
{
border-color: #2652DD;
}
.TagClassName
{
border-color: #2652DD;
}
</style>