Shades of Cerulean Blue #274DA8
Tints of Cerulean Blue #274DA8
RGB
CMYK
RGB Variations
Color information
#274DA8 (or 0x274DA8) is known color: Cerulean Blue. HEX triplet: 27, 4D and A8. RGB value is (39,77,168). Sum of RGB (Red+Green+Blue) = 39+77+168=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 168 (66.02% from 255 or 59.15% from 284); Max value from RGB is 168 - color contains mainly: blue. Hex color #274DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274DA8 is #D8B257. Grayscale: #4B4B4B. Windows color (decimal): -14201432 or 11029799. OLE color: 11029799.
HSL color Cylindrical-coordinate representation of color #274DA8: hue angle of 222.33º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #274DA8 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 39 | 77 | 168 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.34 |
| HSL | 222.33º | 0.62% | 0.41% | - |
| HSV(B) | 222.33º | 0.77% | 0.66% | - |
| XYZ | 10.56 | 8.57 | 38.14 | - |
| YUV | 76.01 | 179.91 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 168 | 0.77 | 0.54 | 0 | 0.34 | 222.33 | 0.62 | 0.41 |
| Hex | 27 | 4D | A8 | 4D | 36 | 0 | 22 | DE | 3E | 29 |
| Octal | 47 | 115 | 250 | 115 | 66 | 0 | 42 | 336 | 76 | 51 |
| Binary | 100111 | 1001101 | 10101000 | 1001101 | 110110 | 0 | 100010 | 11011110 | 111110 | 101001 |
Color Harmonies of #274DA8
Complementary color
Monochromatic Colors of #274DA8
Black with #274DA8
Text Example
Text Example
White with #274DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DA8; }
p { color: rgb(39,77,168); }
H1.HeaderClassName
{
color: #274DA8;
}
.AnyTagClassName
{
color: #274DA8;
}
</style>
background-color css
<style>
a { background-color: #274DA8; }
a { background-color: rgb(39,77,168); }
div.DivClassName
{
background-color: #274DA8;
}
.BgClassName
{
background-color: #274DA8;
}
</style>
border-color css
<style>
span { border-color: #274DA8; }
span { border-color: rgb(39,77,168); }
td.TdClassName
{
border-color: #274DA8;
}
.TagClassName
{
border-color: #274DA8;
}
</style>