Shades of Cerulean Blue #275BAE
Tints of Cerulean Blue #275BAE
RGB
CMYK
RGB Variations
Color information
#275BAE (or 0x275BAE) is known color: Cerulean Blue. HEX triplet: 27, 5B and AE. RGB value is (39,91,174). Sum of RGB (Red+Green+Blue) = 39+91+174=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #275BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275BAE is #D8A451. Grayscale: #545454. Windows color (decimal): -14197842 or 11426599. OLE color: 11426599.
HSL color Cylindrical-coordinate representation of color #275BAE: hue angle of 216.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #275BAE is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 91 | 174 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.32 |
| HSL | 216.89º | 0.63% | 0.42% | - |
| HSV(B) | 216.89º | 0.78% | 0.68% | - |
| XYZ | 12.22 | 10.97 | 41.52 | - |
| YUV | 84.91 | 178.27 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 174 | 0.78 | 0.48 | 0 | 0.32 | 216.89 | 0.63 | 0.42 |
| Hex | 27 | 5B | AE | 4E | 30 | 0 | 20 | D9 | 3F | 2A |
| Octal | 47 | 133 | 256 | 116 | 60 | 0 | 40 | 331 | 77 | 52 |
| Binary | 100111 | 1011011 | 10101110 | 1001110 | 110000 | 0 | 100000 | 11011001 | 111111 | 101010 |
Color Harmonies of #275BAE
Complementary color
Monochromatic Colors of #275BAE
Black with #275BAE
Text Example
Text Example
White with #275BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275BAE; }
p { color: rgb(39,91,174); }
H1.HeaderClassName
{
color: #275BAE;
}
.AnyTagClassName
{
color: #275BAE;
}
</style>
background-color css
<style>
a { background-color: #275BAE; }
a { background-color: rgb(39,91,174); }
div.DivClassName
{
background-color: #275BAE;
}
.BgClassName
{
background-color: #275BAE;
}
</style>
border-color css
<style>
span { border-color: #275BAE; }
span { border-color: rgb(39,91,174); }
td.TdClassName
{
border-color: #275BAE;
}
.TagClassName
{
border-color: #275BAE;
}
</style>