Shades of Cerulean Blue #295BC1
Tints of Cerulean Blue #295BC1
RGB
CMYK
RGB Variations
Color information
#295BC1 (or 0x295BC1) is known color: Cerulean Blue. HEX triplet: 29, 5B and C1. RGB value is (41,91,193). Sum of RGB (Red+Green+Blue) = 41+91+193=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 193 (75.78% from 255 or 59.38% from 325); Max value from RGB is 193 - color contains mainly: blue. Hex color #295BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BC1 is #D6A43E. Grayscale: #575757. Windows color (decimal): -14066751 or 12671785. OLE color: 12671785.
HSL color Cylindrical-coordinate representation of color #295BC1: hue angle of 220.26º 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 #295BC1 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 91 | 193 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.24 |
| HSL | 220.26º | 0.65% | 0.46% | - |
| HSV(B) | 220.26º | 0.79% | 0.76% | - |
| XYZ | 14.28 | 11.8 | 51.98 | - |
| YUV | 87.68 | 187.44 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 193 | 0.79 | 0.53 | 0 | 0.24 | 220.26 | 0.65 | 0.46 |
| Hex | 29 | 5B | C1 | 4F | 35 | 0 | 18 | DC | 41 | 2E |
| Octal | 51 | 133 | 301 | 117 | 65 | 0 | 30 | 334 | 101 | 56 |
| Binary | 101001 | 1011011 | 11000001 | 1001111 | 110101 | 0 | 11000 | 11011100 | 1000001 | 101110 |
Color Harmonies of #295BC1
Complementary color
Monochromatic Colors of #295BC1
Black with #295BC1
Text Example
Text Example
White with #295BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295BC1; }
p { color: rgb(41,91,193); }
H1.HeaderClassName
{
color: #295BC1;
}
.AnyTagClassName
{
color: #295BC1;
}
</style>
background-color css
<style>
a { background-color: #295BC1; }
a { background-color: rgb(41,91,193); }
div.DivClassName
{
background-color: #295BC1;
}
.BgClassName
{
background-color: #295BC1;
}
</style>
border-color css
<style>
span { border-color: #295BC1; }
span { border-color: rgb(41,91,193); }
td.TdClassName
{
border-color: #295BC1;
}
.TagClassName
{
border-color: #295BC1;
}
</style>