Shades of Cerulean Blue #275BAD
Tints of Cerulean Blue #275BAD
RGB
CMYK
RGB Variations
Color information
#275BAD (or 0x275BAD) is known color: Cerulean Blue. HEX triplet: 27, 5B and AD. RGB value is (39,91,173). Sum of RGB (Red+Green+Blue) = 39+91+173=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #275BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275BAD is #D8A452. Grayscale: #545454. Windows color (decimal): -14197843 or 11361063. OLE color: 11361063.
HSL color Cylindrical-coordinate representation of color #275BAD: hue angle of 216.72º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #275BAD is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 91 | 173 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.32 |
| HSL | 216.72º | 0.63% | 0.42% | - |
| HSV(B) | 216.72º | 0.77% | 0.68% | - |
| XYZ | 12.12 | 10.93 | 41.01 | - |
| YUV | 84.8 | 177.77 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 173 | 0.77 | 0.47 | 0 | 0.32 | 216.72 | 0.63 | 0.42 |
| Hex | 27 | 5B | AD | 4D | 2F | 0 | 20 | D9 | 3F | 2A |
| Octal | 47 | 133 | 255 | 115 | 57 | 0 | 40 | 331 | 77 | 52 |
| Binary | 100111 | 1011011 | 10101101 | 1001101 | 101111 | 0 | 100000 | 11011001 | 111111 | 101010 |
Color Harmonies of #275BAD
Complementary color
Monochromatic Colors of #275BAD
Black with #275BAD
Text Example
Text Example
White with #275BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275BAD; }
p { color: rgb(39,91,173); }
H1.HeaderClassName
{
color: #275BAD;
}
.AnyTagClassName
{
color: #275BAD;
}
</style>
background-color css
<style>
a { background-color: #275BAD; }
a { background-color: rgb(39,91,173); }
div.DivClassName
{
background-color: #275BAD;
}
.BgClassName
{
background-color: #275BAD;
}
</style>
border-color css
<style>
span { border-color: #275BAD; }
span { border-color: rgb(39,91,173); }
td.TdClassName
{
border-color: #275BAD;
}
.TagClassName
{
border-color: #275BAD;
}
</style>