Shades of Cerulean Blue #2643DD
Tints of Cerulean Blue #2643DD
RGB
CMYK
RGB Variations
Color information
#2643DD (or 0x2643DD) is known color: Cerulean Blue. HEX triplet: 26, 43 and DD. RGB value is (38,67,221). Sum of RGB (Red+Green+Blue) = 38+67+221=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #2643DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2643DD is #D9BC22. Grayscale: #4B4B4B. Windows color (decimal): -14269475 or 14500646. OLE color: 14500646.
HSL color Cylindrical-coordinate representation of color #2643DD: hue angle of 230.49º 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 #2643DD is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 67 | 221 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.13 |
| HSL | 230.49º | 0.73% | 0.51% | - |
| HSV(B) | 230.49º | 0.83% | 0.87% | - |
| XYZ | 15.86 | 9.65 | 69.43 | - |
| YUV | 75.89 | 209.89 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 221 | 0.83 | 0.70 | 0 | 0.13 | 230.49 | 0.73 | 0.51 |
| Hex | 26 | 43 | DD | 53 | 46 | 0 | D | E6 | 49 | 33 |
| Octal | 46 | 103 | 335 | 123 | 106 | 0 | 15 | 346 | 111 | 63 |
| Binary | 100110 | 1000011 | 11011101 | 1010011 | 1000110 | 0 | 1101 | 11100110 | 1001001 | 110011 |
Color Harmonies of #2643DD
Complementary color
Monochromatic Colors of #2643DD
Black with #2643DD
Text Example
Text Example
White with #2643DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2643DD; }
p { color: rgb(38,67,221); }
H1.HeaderClassName
{
color: #2643DD;
}
.AnyTagClassName
{
color: #2643DD;
}
</style>
background-color css
<style>
a { background-color: #2643DD; }
a { background-color: rgb(38,67,221); }
div.DivClassName
{
background-color: #2643DD;
}
.BgClassName
{
background-color: #2643DD;
}
</style>
border-color css
<style>
span { border-color: #2643DD; }
span { border-color: rgb(38,67,221); }
td.TdClassName
{
border-color: #2643DD;
}
.TagClassName
{
border-color: #2643DD;
}
</style>