Shades of Cerulean Blue #275AAD
Tints of Cerulean Blue #275AAD
RGB
CMYK
RGB Variations
Color information
#275AAD (or 0x275AAD) is known color: Cerulean Blue. HEX triplet: 27, 5A and AD. RGB value is (39,90,173). Sum of RGB (Red+Green+Blue) = 39+90+173=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #275AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275AAD is #D8A552. Grayscale: #535353. Windows color (decimal): -14198099 or 11360807. OLE color: 11360807.
HSL color Cylindrical-coordinate representation of color #275AAD: hue angle of 217.16º 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 #275AAD is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 90 | 173 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.32 |
| HSL | 217.16º | 0.63% | 0.42% | - |
| HSV(B) | 217.16º | 0.77% | 0.68% | - |
| XYZ | 12.04 | 10.76 | 40.98 | - |
| YUV | 84.21 | 178.1 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 90 | 173 | 0.77 | 0.48 | 0 | 0.32 | 217.16 | 0.63 | 0.42 |
| Hex | 27 | 5A | AD | 4D | 30 | 0 | 20 | D9 | 3F | 2A |
| Octal | 47 | 132 | 255 | 115 | 60 | 0 | 40 | 331 | 77 | 52 |
| Binary | 100111 | 1011010 | 10101101 | 1001101 | 110000 | 0 | 100000 | 11011001 | 111111 | 101010 |
Color Harmonies of #275AAD
Complementary color
Monochromatic Colors of #275AAD
Black with #275AAD
Text Example
Text Example
White with #275AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275AAD; }
p { color: rgb(39,90,173); }
H1.HeaderClassName
{
color: #275AAD;
}
.AnyTagClassName
{
color: #275AAD;
}
</style>
background-color css
<style>
a { background-color: #275AAD; }
a { background-color: rgb(39,90,173); }
div.DivClassName
{
background-color: #275AAD;
}
.BgClassName
{
background-color: #275AAD;
}
</style>
border-color css
<style>
span { border-color: #275AAD; }
span { border-color: rgb(39,90,173); }
td.TdClassName
{
border-color: #275AAD;
}
.TagClassName
{
border-color: #275AAD;
}
</style>