Shades of Cerulean Blue #2646AD
Tints of Cerulean Blue #2646AD
RGB
CMYK
RGB Variations
Color information
#2646AD (or 0x2646AD) is known color: Cerulean Blue. HEX triplet: 26, 46 and AD. RGB value is (38,70,173). Sum of RGB (Red+Green+Blue) = 38+70+173=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #2646AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2646AD is #D9B952. Grayscale: #474747. Windows color (decimal): -14268755 or 11355686. OLE color: 11355686.
HSL color Cylindrical-coordinate representation of color #2646AD: hue angle of 225.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2646AD is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 70 | 173 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.32 |
| HSL | 225.78º | 0.64% | 0.41% | - |
| HSV(B) | 225.78º | 0.78% | 0.68% | - |
| XYZ | 10.53 | 7.81 | 40.49 | - |
| YUV | 72.17 | 184.9 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 173 | 0.78 | 0.60 | 0 | 0.32 | 225.78 | 0.64 | 0.41 |
| Hex | 26 | 46 | AD | 4E | 3C | 0 | 20 | E2 | 40 | 29 |
| Octal | 46 | 106 | 255 | 116 | 74 | 0 | 40 | 342 | 100 | 51 |
| Binary | 100110 | 1000110 | 10101101 | 1001110 | 111100 | 0 | 100000 | 11100010 | 1000000 | 101001 |
Color Harmonies of #2646AD
Complementary color
Monochromatic Colors of #2646AD
Black with #2646AD
Text Example
Text Example
White with #2646AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2646AD; }
p { color: rgb(38,70,173); }
H1.HeaderClassName
{
color: #2646AD;
}
.AnyTagClassName
{
color: #2646AD;
}
</style>
background-color css
<style>
a { background-color: #2646AD; }
a { background-color: rgb(38,70,173); }
div.DivClassName
{
background-color: #2646AD;
}
.BgClassName
{
background-color: #2646AD;
}
</style>
border-color css
<style>
span { border-color: #2646AD; }
span { border-color: rgb(38,70,173); }
td.TdClassName
{
border-color: #2646AD;
}
.TagClassName
{
border-color: #2646AD;
}
</style>