Shades of Cerulean Blue #274DC0
Tints of Cerulean Blue #274DC0
RGB
CMYK
RGB Variations
Color information
#274DC0 (or 0x274DC0) is known color: Cerulean Blue. HEX triplet: 27, 4D and C0. RGB value is (39,77,192). Sum of RGB (Red+Green+Blue) = 39+77+192=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #274DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DC0 is #D8B23F. Grayscale: #4E4E4E. Windows color (decimal): -14201408 or 12602663. OLE color: 12602663.
HSL color Cylindrical-coordinate representation of color #274DC0: hue angle of 225.1º 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 #274DC0 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 77 | 192 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.25 |
| HSL | 225.1º | 0.66% | 0.45% | - |
| HSV(B) | 225.1º | 0.8% | 0.75% | - |
| XYZ | 13.01 | 9.54 | 51.03 | - |
| YUV | 78.75 | 191.91 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 192 | 0.80 | 0.60 | 0 | 0.25 | 225.1 | 0.66 | 0.45 |
| Hex | 27 | 4D | C0 | 50 | 3C | 0 | 19 | E1 | 42 | 2D |
| Octal | 47 | 115 | 300 | 120 | 74 | 0 | 31 | 341 | 102 | 55 |
| Binary | 100111 | 1001101 | 11000000 | 1010000 | 111100 | 0 | 11001 | 11100001 | 1000010 | 101101 |
Color Harmonies of #274DC0
Complementary color
Monochromatic Colors of #274DC0
Black with #274DC0
Text Example
Text Example
White with #274DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DC0; }
p { color: rgb(39,77,192); }
H1.HeaderClassName
{
color: #274DC0;
}
.AnyTagClassName
{
color: #274DC0;
}
</style>
background-color css
<style>
a { background-color: #274DC0; }
a { background-color: rgb(39,77,192); }
div.DivClassName
{
background-color: #274DC0;
}
.BgClassName
{
background-color: #274DC0;
}
</style>
border-color css
<style>
span { border-color: #274DC0; }
span { border-color: rgb(39,77,192); }
td.TdClassName
{
border-color: #274DC0;
}
.TagClassName
{
border-color: #274DC0;
}
</style>