Shades of Cerulean Blue #274FAC
Tints of Cerulean Blue #274FAC
RGB
CMYK
RGB Variations
Color information
#274FAC (or 0x274FAC) is known color: Cerulean Blue. HEX triplet: 27, 4F and AC. RGB value is (39,79,172). Sum of RGB (Red+Green+Blue) = 39+79+172=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #274FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274FAC is #D8B053. Grayscale: #4D4D4D. Windows color (decimal): -14200916 or 11292455. OLE color: 11292455.
HSL color Cylindrical-coordinate representation of color #274FAC: hue angle of 221.95º 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 #274FAC is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 79 | 172 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.33 |
| HSL | 221.95º | 0.63% | 0.41% | - |
| HSV(B) | 221.95º | 0.77% | 0.67% | - |
| XYZ | 11.08 | 9 | 40.18 | - |
| YUV | 77.64 | 181.25 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 79 | 172 | 0.77 | 0.54 | 0 | 0.33 | 221.95 | 0.63 | 0.41 |
| Hex | 27 | 4F | AC | 4D | 36 | 0 | 21 | DE | 3F | 29 |
| Octal | 47 | 117 | 254 | 115 | 66 | 0 | 41 | 336 | 77 | 51 |
| Binary | 100111 | 1001111 | 10101100 | 1001101 | 110110 | 0 | 100001 | 11011110 | 111111 | 101001 |
Color Harmonies of #274FAC
Complementary color
Monochromatic Colors of #274FAC
Black with #274FAC
Text Example
Text Example
White with #274FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274FAC; }
p { color: rgb(39,79,172); }
H1.HeaderClassName
{
color: #274FAC;
}
.AnyTagClassName
{
color: #274FAC;
}
</style>
background-color css
<style>
a { background-color: #274FAC; }
a { background-color: rgb(39,79,172); }
div.DivClassName
{
background-color: #274FAC;
}
.BgClassName
{
background-color: #274FAC;
}
</style>
border-color css
<style>
span { border-color: #274FAC; }
span { border-color: rgb(39,79,172); }
td.TdClassName
{
border-color: #274FAC;
}
.TagClassName
{
border-color: #274FAC;
}
</style>