Shades of Cerulean Blue #2652D3
Tints of Cerulean Blue #2652D3
RGB
CMYK
RGB Variations
Color information
#2652D3 (or 0x2652D3) is known color: Cerulean Blue. HEX triplet: 26, 52 and D3. RGB value is (38,82,211). Sum of RGB (Red+Green+Blue) = 38+82+211=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 211 (82.81% from 255 or 63.75% from 331); Max value from RGB is 211 - color contains mainly: blue. Hex color #2652D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2652D3 is #D9AD2C. Grayscale: #525252. Windows color (decimal): -14265645 or 13849126. OLE color: 13849126.
HSL color Cylindrical-coordinate representation of color #2652D3: hue angle of 224.74º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2652D3 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 82 | 211 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.17 |
| HSL | 224.74º | 0.69% | 0.49% | - |
| HSV(B) | 224.74º | 0.82% | 0.83% | - |
| XYZ | 15.57 | 11.15 | 62.96 | - |
| YUV | 83.55 | 199.92 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 211 | 0.82 | 0.61 | 0 | 0.17 | 224.74 | 0.69 | 0.49 |
| Hex | 26 | 52 | D3 | 52 | 3D | 0 | 11 | E1 | 45 | 31 |
| Octal | 46 | 122 | 323 | 122 | 75 | 0 | 21 | 341 | 105 | 61 |
| Binary | 100110 | 1010010 | 11010011 | 1010010 | 111101 | 0 | 10001 | 11100001 | 1000101 | 110001 |
Color Harmonies of #2652D3
Complementary color
Monochromatic Colors of #2652D3
Black with #2652D3
Text Example
Text Example
White with #2652D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2652D3; }
p { color: rgb(38,82,211); }
H1.HeaderClassName
{
color: #2652D3;
}
.AnyTagClassName
{
color: #2652D3;
}
</style>
background-color css
<style>
a { background-color: #2652D3; }
a { background-color: rgb(38,82,211); }
div.DivClassName
{
background-color: #2652D3;
}
.BgClassName
{
background-color: #2652D3;
}
</style>
border-color css
<style>
span { border-color: #2652D3; }
span { border-color: rgb(38,82,211); }
td.TdClassName
{
border-color: #2652D3;
}
.TagClassName
{
border-color: #2652D3;
}
</style>