Shades of Cerulean Blue #2658AD
Tints of Cerulean Blue #2658AD
RGB
CMYK
RGB Variations
Color information
#2658AD (or 0x2658AD) is known color: Cerulean Blue. HEX triplet: 26, 58 and AD. RGB value is (38,88,173). Sum of RGB (Red+Green+Blue) = 38+88+173=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #2658AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2658AD is #D9A752. Grayscale: #525252. Windows color (decimal): -14264147 or 11360294. OLE color: 11360294.
HSL color Cylindrical-coordinate representation of color #2658AD: hue angle of 217.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 #2658AD is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 88 | 173 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.32 |
| HSL | 217.78º | 0.64% | 0.41% | - |
| HSV(B) | 217.78º | 0.78% | 0.68% | - |
| XYZ | 11.83 | 10.41 | 40.92 | - |
| YUV | 82.74 | 178.94 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 88 | 173 | 0.78 | 0.49 | 0 | 0.32 | 217.78 | 0.64 | 0.41 |
| Hex | 26 | 58 | AD | 4E | 31 | 0 | 20 | DA | 40 | 29 |
| Octal | 46 | 130 | 255 | 116 | 61 | 0 | 40 | 332 | 100 | 51 |
| Binary | 100110 | 1011000 | 10101101 | 1001110 | 110001 | 0 | 100000 | 11011010 | 1000000 | 101001 |
Color Harmonies of #2658AD
Complementary color
Monochromatic Colors of #2658AD
Black with #2658AD
Text Example
Text Example
White with #2658AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2658AD; }
p { color: rgb(38,88,173); }
H1.HeaderClassName
{
color: #2658AD;
}
.AnyTagClassName
{
color: #2658AD;
}
</style>
background-color css
<style>
a { background-color: #2658AD; }
a { background-color: rgb(38,88,173); }
div.DivClassName
{
background-color: #2658AD;
}
.BgClassName
{
background-color: #2658AD;
}
</style>
border-color css
<style>
span { border-color: #2658AD; }
span { border-color: rgb(38,88,173); }
td.TdClassName
{
border-color: #2658AD;
}
.TagClassName
{
border-color: #2658AD;
}
</style>