Shades of Cerulean Blue #275BAB
Tints of Cerulean Blue #275BAB
RGB
CMYK
RGB Variations
Color information
#275BAB (or 0x275BAB) is known color: Cerulean Blue. HEX triplet: 27, 5B and AB. RGB value is (39,91,171). Sum of RGB (Red+Green+Blue) = 39+91+171=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #275BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275BAB is #D8A454. Grayscale: #545454. Windows color (decimal): -14197845 or 11229991. OLE color: 11229991.
HSL color Cylindrical-coordinate representation of color #275BAB: hue angle of 216.36º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #275BAB is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 91 | 171 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.33 |
| HSL | 216.36º | 0.63% | 0.41% | - |
| HSV(B) | 216.36º | 0.77% | 0.67% | - |
| XYZ | 11.93 | 10.85 | 39.99 | - |
| YUV | 84.57 | 176.77 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 171 | 0.77 | 0.47 | 0 | 0.33 | 216.36 | 0.63 | 0.41 |
| Hex | 27 | 5B | AB | 4D | 2F | 0 | 21 | D8 | 3F | 29 |
| Octal | 47 | 133 | 253 | 115 | 57 | 0 | 41 | 330 | 77 | 51 |
| Binary | 100111 | 1011011 | 10101011 | 1001101 | 101111 | 0 | 100001 | 11011000 | 111111 | 101001 |
Color Harmonies of #275BAB
Complementary color
Monochromatic Colors of #275BAB
Black with #275BAB
Text Example
Text Example
White with #275BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275BAB; }
p { color: rgb(39,91,171); }
H1.HeaderClassName
{
color: #275BAB;
}
.AnyTagClassName
{
color: #275BAB;
}
</style>
background-color css
<style>
a { background-color: #275BAB; }
a { background-color: rgb(39,91,171); }
div.DivClassName
{
background-color: #275BAB;
}
.BgClassName
{
background-color: #275BAB;
}
</style>
border-color css
<style>
span { border-color: #275BAB; }
span { border-color: rgb(39,91,171); }
td.TdClassName
{
border-color: #275BAB;
}
.TagClassName
{
border-color: #275BAB;
}
</style>