Shades of Cerulean Blue #274FC0
Tints of Cerulean Blue #274FC0
RGB
CMYK
RGB Variations
Color information
#274FC0 (or 0x274FC0) is known color: Cerulean Blue. HEX triplet: 27, 4F and C0. RGB value is (39,79,192). Sum of RGB (Red+Green+Blue) = 39+79+192=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 192 (75.39% from 255 or 61.94% from 310); Max value from RGB is 192 - color contains mainly: blue. Hex color #274FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274FC0 is #D8B03F. Grayscale: #4F4F4F. Windows color (decimal): -14200896 or 12603175. OLE color: 12603175.
HSL color Cylindrical-coordinate representation of color #274FC0: hue angle of 224.31º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #274FC0 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 79 | 192 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.25 |
| HSL | 224.31º | 0.66% | 0.45% | - |
| HSV(B) | 224.31º | 0.8% | 0.75% | - |
| XYZ | 13.15 | 9.83 | 51.07 | - |
| YUV | 79.92 | 191.25 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 79 | 192 | 0.80 | 0.59 | 0 | 0.25 | 224.31 | 0.66 | 0.45 |
| Hex | 27 | 4F | C0 | 50 | 3B | 0 | 19 | E0 | 42 | 2D |
| Octal | 47 | 117 | 300 | 120 | 73 | 0 | 31 | 340 | 102 | 55 |
| Binary | 100111 | 1001111 | 11000000 | 1010000 | 111011 | 0 | 11001 | 11100000 | 1000010 | 101101 |
Color Harmonies of #274FC0
Complementary color
Monochromatic Colors of #274FC0
Black with #274FC0
Text Example
Text Example
White with #274FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274FC0; }
p { color: rgb(39,79,192); }
H1.HeaderClassName
{
color: #274FC0;
}
.AnyTagClassName
{
color: #274FC0;
}
</style>
background-color css
<style>
a { background-color: #274FC0; }
a { background-color: rgb(39,79,192); }
div.DivClassName
{
background-color: #274FC0;
}
.BgClassName
{
background-color: #274FC0;
}
</style>
border-color css
<style>
span { border-color: #274FC0; }
span { border-color: rgb(39,79,192); }
td.TdClassName
{
border-color: #274FC0;
}
.TagClassName
{
border-color: #274FC0;
}
</style>