Shades of Cerulean Blue #295FC1
Tints of Cerulean Blue #295FC1
RGB
CMYK
RGB Variations
Color information
#295FC1 (or 0x295FC1) is known color: Cerulean Blue. HEX triplet: 29, 5F and C1. RGB value is (41,95,193). Sum of RGB (Red+Green+Blue) = 41+95+193=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 193 (75.78% from 255 or 58.66% from 329); Max value from RGB is 193 - color contains mainly: blue. Hex color #295FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295FC1 is #D6A03E. Grayscale: #595959. Windows color (decimal): -14065727 or 12672809. OLE color: 12672809.
HSL color Cylindrical-coordinate representation of color #295FC1: hue angle of 218.68º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #295FC1 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 95 | 193 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.24 |
| HSL | 218.68º | 0.65% | 0.46% | - |
| HSV(B) | 218.68º | 0.79% | 0.76% | - |
| XYZ | 14.63 | 12.51 | 52.09 | - |
| YUV | 90.03 | 186.11 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 193 | 0.79 | 0.51 | 0 | 0.24 | 218.68 | 0.65 | 0.46 |
| Hex | 29 | 5F | C1 | 4F | 33 | 0 | 18 | DB | 41 | 2E |
| Octal | 51 | 137 | 301 | 117 | 63 | 0 | 30 | 333 | 101 | 56 |
| Binary | 101001 | 1011111 | 11000001 | 1001111 | 110011 | 0 | 11000 | 11011011 | 1000001 | 101110 |
Color Harmonies of #295FC1
Complementary color
Monochromatic Colors of #295FC1
Black with #295FC1
Text Example
Text Example
White with #295FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295FC1; }
p { color: rgb(41,95,193); }
H1.HeaderClassName
{
color: #295FC1;
}
.AnyTagClassName
{
color: #295FC1;
}
</style>
background-color css
<style>
a { background-color: #295FC1; }
a { background-color: rgb(41,95,193); }
div.DivClassName
{
background-color: #295FC1;
}
.BgClassName
{
background-color: #295FC1;
}
</style>
border-color css
<style>
span { border-color: #295FC1; }
span { border-color: rgb(41,95,193); }
td.TdClassName
{
border-color: #295FC1;
}
.TagClassName
{
border-color: #295FC1;
}
</style>