Shades of Cerulean Blue #295DBA
Tints of Cerulean Blue #295DBA
RGB
CMYK
RGB Variations
Color information
#295DBA (or 0x295DBA) is known color: Cerulean Blue. HEX triplet: 29, 5D and BA. RGB value is (41,93,186). Sum of RGB (Red+Green+Blue) = 41+93+186=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #295DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DBA is #D6A245. Grayscale: #575757. Windows color (decimal): -14066246 or 12213545. OLE color: 12213545.
HSL color Cylindrical-coordinate representation of color #295DBA: hue angle of 218.48º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295DBA is Cyan = 0.78, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 93 | 186 | - |
| CMYK | 0.78 | 0.5 | 0 | 0.27 |
| HSL | 218.48º | 0.64% | 0.45% | - |
| HSV(B) | 218.48º | 0.78% | 0.73% | - |
| XYZ | 13.69 | 11.85 | 48.02 | - |
| YUV | 88.05 | 183.27 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 186 | 0.78 | 0.5 | 0 | 0.27 | 218.48 | 0.64 | 0.45 |
| Hex | 29 | 5D | BA | 4E | 32 | 0 | 1B | DA | 40 | 2D |
| Octal | 51 | 135 | 272 | 116 | 62 | 0 | 33 | 332 | 100 | 55 |
| Binary | 101001 | 1011101 | 10111010 | 1001110 | 110010 | 0 | 11011 | 11011010 | 1000000 | 101101 |
Color Harmonies of #295DBA
Complementary color
Monochromatic Colors of #295DBA
Black with #295DBA
Text Example
Text Example
White with #295DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295DBA; }
p { color: rgb(41,93,186); }
H1.HeaderClassName
{
color: #295DBA;
}
.AnyTagClassName
{
color: #295DBA;
}
</style>
background-color css
<style>
a { background-color: #295DBA; }
a { background-color: rgb(41,93,186); }
div.DivClassName
{
background-color: #295DBA;
}
.BgClassName
{
background-color: #295DBA;
}
</style>
border-color css
<style>
span { border-color: #295DBA; }
span { border-color: rgb(41,93,186); }
td.TdClassName
{
border-color: #295DBA;
}
.TagClassName
{
border-color: #295DBA;
}
</style>