Shades of Cerulean Blue #275AB7
Tints of Cerulean Blue #275AB7
RGB
CMYK
RGB Variations
Color information
#275AB7 (or 0x275AB7) is known color: Cerulean Blue. HEX triplet: 27, 5A and B7. RGB value is (39,90,183). Sum of RGB (Red+Green+Blue) = 39+90+183=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 183 (71.88% from 255 or 58.65% from 312); Max value from RGB is 183 - color contains mainly: blue. Hex color #275AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275AB7 is #D8A548. Grayscale: #545454. Windows color (decimal): -14198089 or 12016167. OLE color: 12016167.
HSL color Cylindrical-coordinate representation of color #275AB7: hue angle of 218.75º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #275AB7 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 90 | 183 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.28 |
| HSL | 218.75º | 0.65% | 0.44% | - |
| HSV(B) | 218.75º | 0.79% | 0.72% | - |
| XYZ | 13.04 | 11.16 | 46.27 | - |
| YUV | 85.35 | 183.1 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 90 | 183 | 0.79 | 0.51 | 0 | 0.28 | 218.75 | 0.65 | 0.44 |
| Hex | 27 | 5A | B7 | 4F | 33 | 0 | 1C | DB | 41 | 2C |
| Octal | 47 | 132 | 267 | 117 | 63 | 0 | 34 | 333 | 101 | 54 |
| Binary | 100111 | 1011010 | 10110111 | 1001111 | 110011 | 0 | 11100 | 11011011 | 1000001 | 101100 |
Color Harmonies of #275AB7
Complementary color
Monochromatic Colors of #275AB7
Black with #275AB7
Text Example
Text Example
White with #275AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275AB7; }
p { color: rgb(39,90,183); }
H1.HeaderClassName
{
color: #275AB7;
}
.AnyTagClassName
{
color: #275AB7;
}
</style>
background-color css
<style>
a { background-color: #275AB7; }
a { background-color: rgb(39,90,183); }
div.DivClassName
{
background-color: #275AB7;
}
.BgClassName
{
background-color: #275AB7;
}
</style>
border-color css
<style>
span { border-color: #275AB7; }
span { border-color: rgb(39,90,183); }
td.TdClassName
{
border-color: #275AB7;
}
.TagClassName
{
border-color: #275AB7;
}
</style>