Shades of Cerulean Blue #295BD3
Tints of Cerulean Blue #295BD3
RGB
CMYK
RGB Variations
Color information
#295BD3 (or 0x295BD3) is known color: Cerulean Blue. HEX triplet: 29, 5B and D3. RGB value is (41,91,211). Sum of RGB (Red+Green+Blue) = 41+91+211=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 211 (82.81% from 255 or 61.52% from 343); Max value from RGB is 211 - color contains mainly: blue. Hex color #295BD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BD3 is #D6A42C. Grayscale: #595959. Windows color (decimal): -14066733 or 13851433. OLE color: 13851433.
HSL color Cylindrical-coordinate representation of color #295BD3: hue angle of 222.35º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #295BD3 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 91 | 211 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.17 |
| HSL | 222.35º | 0.67% | 0.49% | - |
| HSV(B) | 222.35º | 0.81% | 0.83% | - |
| XYZ | 16.41 | 12.66 | 63.21 | - |
| YUV | 89.73 | 196.44 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 211 | 0.81 | 0.57 | 0 | 0.17 | 222.35 | 0.67 | 0.49 |
| Hex | 29 | 5B | D3 | 51 | 39 | 0 | 11 | DE | 43 | 31 |
| Octal | 51 | 133 | 323 | 121 | 71 | 0 | 21 | 336 | 103 | 61 |
| Binary | 101001 | 1011011 | 11010011 | 1010001 | 111001 | 0 | 10001 | 11011110 | 1000011 | 110001 |
Color Harmonies of #295BD3
Complementary color
Monochromatic Colors of #295BD3
Black with #295BD3
Text Example
Text Example
White with #295BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295BD3; }
p { color: rgb(41,91,211); }
H1.HeaderClassName
{
color: #295BD3;
}
.AnyTagClassName
{
color: #295BD3;
}
</style>
background-color css
<style>
a { background-color: #295BD3; }
a { background-color: rgb(41,91,211); }
div.DivClassName
{
background-color: #295BD3;
}
.BgClassName
{
background-color: #295BD3;
}
</style>
border-color css
<style>
span { border-color: #295BD3; }
span { border-color: rgb(41,91,211); }
td.TdClassName
{
border-color: #295BD3;
}
.TagClassName
{
border-color: #295BD3;
}
</style>