Shades of Cerulean Blue #275EAE
Tints of Cerulean Blue #275EAE
RGB
CMYK
RGB Variations
Color information
#275EAE (or 0x275EAE) is known color: Cerulean Blue. HEX triplet: 27, 5E and AE. RGB value is (39,94,174). Sum of RGB (Red+Green+Blue) = 39+94+174=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #275EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275EAE is #D8A151. Grayscale: #565656. Windows color (decimal): -14197074 or 11427367. OLE color: 11427367.
HSL color Cylindrical-coordinate representation of color #275EAE: hue angle of 215.56º 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 #275EAE is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 94 | 174 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.32 |
| HSL | 215.56º | 0.63% | 0.42% | - |
| HSV(B) | 215.56º | 0.78% | 0.68% | - |
| XYZ | 12.48 | 11.49 | 41.6 | - |
| YUV | 86.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 94 | 174 | 0.78 | 0.46 | 0 | 0.32 | 215.56 | 0.63 | 0.42 |
| Hex | 27 | 5E | AE | 4E | 2E | 0 | 20 | D8 | 3F | 2A |
| Octal | 47 | 136 | 256 | 116 | 56 | 0 | 40 | 330 | 77 | 52 |
| Binary | 100111 | 1011110 | 10101110 | 1001110 | 101110 | 0 | 100000 | 11011000 | 111111 | 101010 |
Color Harmonies of #275EAE
Complementary color
Monochromatic Colors of #275EAE
Black with #275EAE
Text Example
Text Example
White with #275EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275EAE; }
p { color: rgb(39,94,174); }
H1.HeaderClassName
{
color: #275EAE;
}
.AnyTagClassName
{
color: #275EAE;
}
</style>
background-color css
<style>
a { background-color: #275EAE; }
a { background-color: rgb(39,94,174); }
div.DivClassName
{
background-color: #275EAE;
}
.BgClassName
{
background-color: #275EAE;
}
</style>
border-color css
<style>
span { border-color: #275EAE; }
span { border-color: rgb(39,94,174); }
td.TdClassName
{
border-color: #275EAE;
}
.TagClassName
{
border-color: #275EAE;
}
</style>