Shades of Cerulean Blue #274EBE
Tints of Cerulean Blue #274EBE
RGB
CMYK
RGB Variations
Color information
#274EBE (or 0x274EBE) is known color: Cerulean Blue. HEX triplet: 27, 4E and BE. RGB value is (39,78,190). Sum of RGB (Red+Green+Blue) = 39+78+190=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #274EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274EBE is #D8B141. Grayscale: #4E4E4E. Windows color (decimal): -14201154 or 12471847. OLE color: 12471847.
HSL color Cylindrical-coordinate representation of color #274EBE: hue angle of 224.5º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #274EBE is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 78 | 190 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.25 |
| HSL | 224.5º | 0.66% | 0.45% | - |
| HSV(B) | 224.5º | 0.79% | 0.75% | - |
| XYZ | 12.86 | 9.6 | 49.89 | - |
| YUV | 79.11 | 190.58 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 190 | 0.79 | 0.59 | 0 | 0.25 | 224.5 | 0.66 | 0.45 |
| Hex | 27 | 4E | BE | 4F | 3B | 0 | 19 | E1 | 42 | 2D |
| Octal | 47 | 116 | 276 | 117 | 73 | 0 | 31 | 341 | 102 | 55 |
| Binary | 100111 | 1001110 | 10111110 | 1001111 | 111011 | 0 | 11001 | 11100001 | 1000010 | 101101 |
Color Harmonies of #274EBE
Complementary color
Monochromatic Colors of #274EBE
Black with #274EBE
Text Example
Text Example
White with #274EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274EBE; }
p { color: rgb(39,78,190); }
H1.HeaderClassName
{
color: #274EBE;
}
.AnyTagClassName
{
color: #274EBE;
}
</style>
background-color css
<style>
a { background-color: #274EBE; }
a { background-color: rgb(39,78,190); }
div.DivClassName
{
background-color: #274EBE;
}
.BgClassName
{
background-color: #274EBE;
}
</style>
border-color css
<style>
span { border-color: #274EBE; }
span { border-color: rgb(39,78,190); }
td.TdClassName
{
border-color: #274EBE;
}
.TagClassName
{
border-color: #274EBE;
}
</style>