Shades of Cerulean Blue #274FAE
Tints of Cerulean Blue #274FAE
RGB
CMYK
RGB Variations
Color information
#274FAE (or 0x274FAE) is known color: Cerulean Blue. HEX triplet: 27, 4F and AE. RGB value is (39,79,174). Sum of RGB (Red+Green+Blue) = 39+79+174=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #274FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274FAE is #D8B051. Grayscale: #4D4D4D. Windows color (decimal): -14200914 or 11423527. OLE color: 11423527.
HSL color Cylindrical-coordinate representation of color #274FAE: hue angle of 222.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #274FAE is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 79 | 174 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.32 |
| HSL | 222.22º | 0.63% | 0.42% | - |
| HSV(B) | 222.22º | 0.78% | 0.68% | - |
| XYZ | 11.27 | 9.08 | 41.2 | - |
| YUV | 77.87 | 182.25 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 79 | 174 | 0.78 | 0.55 | 0 | 0.32 | 222.22 | 0.63 | 0.42 |
| Hex | 27 | 4F | AE | 4E | 37 | 0 | 20 | DE | 3F | 2A |
| Octal | 47 | 117 | 256 | 116 | 67 | 0 | 40 | 336 | 77 | 52 |
| Binary | 100111 | 1001111 | 10101110 | 1001110 | 110111 | 0 | 100000 | 11011110 | 111111 | 101010 |
Color Harmonies of #274FAE
Complementary color
Monochromatic Colors of #274FAE
Black with #274FAE
Text Example
Text Example
White with #274FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274FAE; }
p { color: rgb(39,79,174); }
H1.HeaderClassName
{
color: #274FAE;
}
.AnyTagClassName
{
color: #274FAE;
}
</style>
background-color css
<style>
a { background-color: #274FAE; }
a { background-color: rgb(39,79,174); }
div.DivClassName
{
background-color: #274FAE;
}
.BgClassName
{
background-color: #274FAE;
}
</style>
border-color css
<style>
span { border-color: #274FAE; }
span { border-color: rgb(39,79,174); }
td.TdClassName
{
border-color: #274FAE;
}
.TagClassName
{
border-color: #274FAE;
}
</style>