Shades of Cerulean Blue #274DBE
Tints of Cerulean Blue #274DBE
RGB
CMYK
RGB Variations
Color information
#274DBE (or 0x274DBE) is known color: Cerulean Blue. HEX triplet: 27, 4D and BE. RGB value is (39,77,190). Sum of RGB (Red+Green+Blue) = 39+77+190=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #274DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DBE is #D8B241. Grayscale: #4E4E4E. Windows color (decimal): -14201410 or 12471591. OLE color: 12471591.
HSL color Cylindrical-coordinate representation of color #274DBE: hue angle of 224.9º 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 #274DBE is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 77 | 190 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.25 |
| HSL | 224.9º | 0.66% | 0.45% | - |
| HSV(B) | 224.9º | 0.79% | 0.75% | - |
| XYZ | 12.78 | 9.46 | 49.87 | - |
| YUV | 78.52 | 190.91 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 190 | 0.79 | 0.59 | 0 | 0.25 | 224.9 | 0.66 | 0.45 |
| Hex | 27 | 4D | BE | 4F | 3B | 0 | 19 | E1 | 42 | 2D |
| Octal | 47 | 115 | 276 | 117 | 73 | 0 | 31 | 341 | 102 | 55 |
| Binary | 100111 | 1001101 | 10111110 | 1001111 | 111011 | 0 | 11001 | 11100001 | 1000010 | 101101 |
Color Harmonies of #274DBE
Complementary color
Monochromatic Colors of #274DBE
Black with #274DBE
Text Example
Text Example
White with #274DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DBE; }
p { color: rgb(39,77,190); }
H1.HeaderClassName
{
color: #274DBE;
}
.AnyTagClassName
{
color: #274DBE;
}
</style>
background-color css
<style>
a { background-color: #274DBE; }
a { background-color: rgb(39,77,190); }
div.DivClassName
{
background-color: #274DBE;
}
.BgClassName
{
background-color: #274DBE;
}
</style>
border-color css
<style>
span { border-color: #274DBE; }
span { border-color: rgb(39,77,190); }
td.TdClassName
{
border-color: #274DBE;
}
.TagClassName
{
border-color: #274DBE;
}
</style>