Shades of Cerulean Blue #274CBD
Tints of Cerulean Blue #274CBD
RGB
CMYK
RGB Variations
Color information
#274CBD (or 0x274CBD) is known color: Cerulean Blue. HEX triplet: 27, 4C and BD. RGB value is (39,76,189). Sum of RGB (Red+Green+Blue) = 39+76+189=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #274CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274CBD is #D8B342. Grayscale: #4D4D4D. Windows color (decimal): -14201667 or 12405799. OLE color: 12405799.
HSL color Cylindrical-coordinate representation of color #274CBD: hue angle of 225.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #274CBD is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 76 | 189 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.26 |
| HSL | 225.2º | 0.66% | 0.45% | - |
| HSV(B) | 225.2º | 0.79% | 0.74% | - |
| XYZ | 12.61 | 9.27 | 49.27 | - |
| YUV | 77.82 | 190.74 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 189 | 0.79 | 0.60 | 0 | 0.26 | 225.2 | 0.66 | 0.45 |
| Hex | 27 | 4C | BD | 4F | 3C | 0 | 1A | E1 | 42 | 2D |
| Octal | 47 | 114 | 275 | 117 | 74 | 0 | 32 | 341 | 102 | 55 |
| Binary | 100111 | 1001100 | 10111101 | 1001111 | 111100 | 0 | 11010 | 11100001 | 1000010 | 101101 |
Color Harmonies of #274CBD
Complementary color
Monochromatic Colors of #274CBD
Black with #274CBD
Text Example
Text Example
White with #274CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274CBD; }
p { color: rgb(39,76,189); }
H1.HeaderClassName
{
color: #274CBD;
}
.AnyTagClassName
{
color: #274CBD;
}
</style>
background-color css
<style>
a { background-color: #274CBD; }
a { background-color: rgb(39,76,189); }
div.DivClassName
{
background-color: #274CBD;
}
.BgClassName
{
background-color: #274CBD;
}
</style>
border-color css
<style>
span { border-color: #274CBD; }
span { border-color: rgb(39,76,189); }
td.TdClassName
{
border-color: #274CBD;
}
.TagClassName
{
border-color: #274CBD;
}
</style>