Shades of Cerulean Blue #275DAD
Tints of Cerulean Blue #275DAD
RGB
CMYK
RGB Variations
Color information
#275DAD (or 0x275DAD) is known color: Cerulean Blue. HEX triplet: 27, 5D and AD. RGB value is (39,93,173). Sum of RGB (Red+Green+Blue) = 39+93+173=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #275DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275DAD is #D8A252. Grayscale: #555555. Windows color (decimal): -14197331 or 11361575. OLE color: 11361575.
HSL color Cylindrical-coordinate representation of color #275DAD: hue angle of 215.82º 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 #275DAD is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 93 | 173 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.32 |
| HSL | 215.82º | 0.63% | 0.42% | - |
| HSV(B) | 215.82º | 0.77% | 0.68% | - |
| XYZ | 12.29 | 11.28 | 41.06 | - |
| YUV | 85.97 | 177.11 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 173 | 0.77 | 0.46 | 0 | 0.32 | 215.82 | 0.63 | 0.42 |
| Hex | 27 | 5D | AD | 4D | 2E | 0 | 20 | D8 | 3F | 2A |
| Octal | 47 | 135 | 255 | 115 | 56 | 0 | 40 | 330 | 77 | 52 |
| Binary | 100111 | 1011101 | 10101101 | 1001101 | 101110 | 0 | 100000 | 11011000 | 111111 | 101010 |
Color Harmonies of #275DAD
Complementary color
Monochromatic Colors of #275DAD
Black with #275DAD
Text Example
Text Example
White with #275DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275DAD; }
p { color: rgb(39,93,173); }
H1.HeaderClassName
{
color: #275DAD;
}
.AnyTagClassName
{
color: #275DAD;
}
</style>
background-color css
<style>
a { background-color: #275DAD; }
a { background-color: rgb(39,93,173); }
div.DivClassName
{
background-color: #275DAD;
}
.BgClassName
{
background-color: #275DAD;
}
</style>
border-color css
<style>
span { border-color: #275DAD; }
span { border-color: rgb(39,93,173); }
td.TdClassName
{
border-color: #275DAD;
}
.TagClassName
{
border-color: #275DAD;
}
</style>