Shades of Cerulean Blue #274DB7
Tints of Cerulean Blue #274DB7
RGB
CMYK
RGB Variations
Color information
#274DB7 (or 0x274DB7) is known color: Cerulean Blue. HEX triplet: 27, 4D and B7. RGB value is (39,77,183). Sum of RGB (Red+Green+Blue) = 39+77+183=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 183 (71.88% from 255 or 61.20% from 299); Max value from RGB is 183 - color contains mainly: blue. Hex color #274DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DB7 is #D8B248. Grayscale: #4D4D4D. Windows color (decimal): -14201417 or 12012839. OLE color: 12012839.
HSL color Cylindrical-coordinate representation of color #274DB7: hue angle of 224.17º 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 #274DB7 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 77 | 183 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.28 |
| HSL | 224.17º | 0.65% | 0.44% | - |
| HSV(B) | 224.17º | 0.79% | 0.72% | - |
| XYZ | 12.04 | 9.16 | 45.93 | - |
| YUV | 77.72 | 187.41 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 183 | 0.79 | 0.58 | 0 | 0.28 | 224.17 | 0.65 | 0.44 |
| Hex | 27 | 4D | B7 | 4F | 3A | 0 | 1C | E0 | 41 | 2C |
| Octal | 47 | 115 | 267 | 117 | 72 | 0 | 34 | 340 | 101 | 54 |
| Binary | 100111 | 1001101 | 10110111 | 1001111 | 111010 | 0 | 11100 | 11100000 | 1000001 | 101100 |
Color Harmonies of #274DB7
Complementary color
Monochromatic Colors of #274DB7
Black with #274DB7
Text Example
Text Example
White with #274DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DB7; }
p { color: rgb(39,77,183); }
H1.HeaderClassName
{
color: #274DB7;
}
.AnyTagClassName
{
color: #274DB7;
}
</style>
background-color css
<style>
a { background-color: #274DB7; }
a { background-color: rgb(39,77,183); }
div.DivClassName
{
background-color: #274DB7;
}
.BgClassName
{
background-color: #274DB7;
}
</style>
border-color css
<style>
span { border-color: #274DB7; }
span { border-color: rgb(39,77,183); }
td.TdClassName
{
border-color: #274DB7;
}
.TagClassName
{
border-color: #274DB7;
}
</style>