Shades of Cerulean Blue #2649DA
Tints of Cerulean Blue #2649DA
RGB
CMYK
RGB Variations
Color information
#2649DA (or 0x2649DA) is known color: Cerulean Blue. HEX triplet: 26, 49 and DA. RGB value is (38,73,218). Sum of RGB (Red+Green+Blue) = 38+73+218=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #2649DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2649DA is #D9B625. Grayscale: #4E4E4E. Windows color (decimal): -14267942 or 14305574. OLE color: 14305574.
HSL color Cylindrical-coordinate representation of color #2649DA: hue angle of 228.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2649DA is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 73 | 218 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.15 |
| HSL | 228.33º | 0.71% | 0.5% | - |
| HSV(B) | 228.33º | 0.83% | 0.85% | - |
| XYZ | 15.84 | 10.24 | 67.47 | - |
| YUV | 79.07 | 206.4 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 218 | 0.83 | 0.67 | 0 | 0.15 | 228.33 | 0.71 | 0.5 |
| Hex | 26 | 49 | DA | 53 | 43 | 0 | F | E4 | 47 | 32 |
| Octal | 46 | 111 | 332 | 123 | 103 | 0 | 17 | 344 | 107 | 62 |
| Binary | 100110 | 1001001 | 11011010 | 1010011 | 1000011 | 0 | 1111 | 11100100 | 1000111 | 110010 |
Color Harmonies of #2649DA
Complementary color
Monochromatic Colors of #2649DA
Black with #2649DA
Text Example
Text Example
White with #2649DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2649DA; }
p { color: rgb(38,73,218); }
H1.HeaderClassName
{
color: #2649DA;
}
.AnyTagClassName
{
color: #2649DA;
}
</style>
background-color css
<style>
a { background-color: #2649DA; }
a { background-color: rgb(38,73,218); }
div.DivClassName
{
background-color: #2649DA;
}
.BgClassName
{
background-color: #2649DA;
}
</style>
border-color css
<style>
span { border-color: #2649DA; }
span { border-color: rgb(38,73,218); }
td.TdClassName
{
border-color: #2649DA;
}
.TagClassName
{
border-color: #2649DA;
}
</style>