Shades of Cerulean Blue #275AB9
Tints of Cerulean Blue #275AB9
RGB
CMYK
RGB Variations
Color information
#275AB9 (or 0x275AB9) is known color: Cerulean Blue. HEX triplet: 27, 5A and B9. RGB value is (39,90,185). Sum of RGB (Red+Green+Blue) = 39+90+185=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 185 (72.66% from 255 or 58.92% from 314); Max value from RGB is 185 - color contains mainly: blue. Hex color #275AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275AB9 is #D8A546. Grayscale: #555555. Windows color (decimal): -14198087 or 12147239. OLE color: 12147239.
HSL color Cylindrical-coordinate representation of color #275AB9: hue angle of 219.04º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #275AB9 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 90 | 185 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.27 |
| HSL | 219.04º | 0.65% | 0.44% | - |
| HSV(B) | 219.04º | 0.79% | 0.73% | - |
| XYZ | 13.25 | 11.25 | 47.37 | - |
| YUV | 85.58 | 184.1 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 90 | 185 | 0.79 | 0.51 | 0 | 0.27 | 219.04 | 0.65 | 0.44 |
| Hex | 27 | 5A | B9 | 4F | 33 | 0 | 1B | DB | 41 | 2C |
| Octal | 47 | 132 | 271 | 117 | 63 | 0 | 33 | 333 | 101 | 54 |
| Binary | 100111 | 1011010 | 10111001 | 1001111 | 110011 | 0 | 11011 | 11011011 | 1000001 | 101100 |
Color Harmonies of #275AB9
Complementary color
Monochromatic Colors of #275AB9
Black with #275AB9
Text Example
Text Example
White with #275AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275AB9; }
p { color: rgb(39,90,185); }
H1.HeaderClassName
{
color: #275AB9;
}
.AnyTagClassName
{
color: #275AB9;
}
</style>
background-color css
<style>
a { background-color: #275AB9; }
a { background-color: rgb(39,90,185); }
div.DivClassName
{
background-color: #275AB9;
}
.BgClassName
{
background-color: #275AB9;
}
</style>
border-color css
<style>
span { border-color: #275AB9; }
span { border-color: rgb(39,90,185); }
td.TdClassName
{
border-color: #275AB9;
}
.TagClassName
{
border-color: #275AB9;
}
</style>