Shades of Cerulean Blue #275DAE
Tints of Cerulean Blue #275DAE
RGB
CMYK
RGB Variations
Color information
#275DAE (or 0x275DAE) is known color: Cerulean Blue. HEX triplet: 27, 5D and AE. RGB value is (39,93,174). Sum of RGB (Red+Green+Blue) = 39+93+174=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #275DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275DAE is #D8A251. Grayscale: #555555. Windows color (decimal): -14197330 or 11427111. OLE color: 11427111.
HSL color Cylindrical-coordinate representation of color #275DAE: hue angle of 216º 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 #275DAE is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 93 | 174 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.32 |
| HSL | 216º | 0.63% | 0.42% | - |
| HSV(B) | 216º | 0.78% | 0.68% | - |
| XYZ | 12.39 | 11.32 | 41.58 | - |
| YUV | 86.09 | 177.61 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 174 | 0.78 | 0.47 | 0 | 0.32 | 216 | 0.63 | 0.42 |
| Hex | 27 | 5D | AE | 4E | 2F | 0 | 20 | D8 | 3F | 2A |
| Octal | 47 | 135 | 256 | 116 | 57 | 0 | 40 | 330 | 77 | 52 |
| Binary | 100111 | 1011101 | 10101110 | 1001110 | 101111 | 0 | 100000 | 11011000 | 111111 | 101010 |
Color Harmonies of #275DAE
Complementary color
Monochromatic Colors of #275DAE
Black with #275DAE
Text Example
Text Example
White with #275DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275DAE; }
p { color: rgb(39,93,174); }
H1.HeaderClassName
{
color: #275DAE;
}
.AnyTagClassName
{
color: #275DAE;
}
</style>
background-color css
<style>
a { background-color: #275DAE; }
a { background-color: rgb(39,93,174); }
div.DivClassName
{
background-color: #275DAE;
}
.BgClassName
{
background-color: #275DAE;
}
</style>
border-color css
<style>
span { border-color: #275DAE; }
span { border-color: rgb(39,93,174); }
td.TdClassName
{
border-color: #275DAE;
}
.TagClassName
{
border-color: #275DAE;
}
</style>