Shades of Cerulean Blue #274CC0
Tints of Cerulean Blue #274CC0
RGB
CMYK
RGB Variations
Color information
#274CC0 (or 0x274CC0) is known color: Cerulean Blue. HEX triplet: 27, 4C and C0. RGB value is (39,76,192). Sum of RGB (Red+Green+Blue) = 39+76+192=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #274CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274CC0 is #D8B33F. Grayscale: #4D4D4D. Windows color (decimal): -14201664 or 12602407. OLE color: 12602407.
HSL color Cylindrical-coordinate representation of color #274CC0: hue angle of 225.49º 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 #274CC0 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 76 | 192 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.25 |
| HSL | 225.49º | 0.66% | 0.45% | - |
| HSV(B) | 225.49º | 0.8% | 0.75% | - |
| XYZ | 12.94 | 9.41 | 51 | - |
| YUV | 78.16 | 192.24 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 192 | 0.80 | 0.60 | 0 | 0.25 | 225.49 | 0.66 | 0.45 |
| Hex | 27 | 4C | C0 | 50 | 3C | 0 | 19 | E1 | 42 | 2D |
| Octal | 47 | 114 | 300 | 120 | 74 | 0 | 31 | 341 | 102 | 55 |
| Binary | 100111 | 1001100 | 11000000 | 1010000 | 111100 | 0 | 11001 | 11100001 | 1000010 | 101101 |
Color Harmonies of #274CC0
Complementary color
Monochromatic Colors of #274CC0
Black with #274CC0
Text Example
Text Example
White with #274CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274CC0; }
p { color: rgb(39,76,192); }
H1.HeaderClassName
{
color: #274CC0;
}
.AnyTagClassName
{
color: #274CC0;
}
</style>
background-color css
<style>
a { background-color: #274CC0; }
a { background-color: rgb(39,76,192); }
div.DivClassName
{
background-color: #274CC0;
}
.BgClassName
{
background-color: #274CC0;
}
</style>
border-color css
<style>
span { border-color: #274CC0; }
span { border-color: rgb(39,76,192); }
td.TdClassName
{
border-color: #274CC0;
}
.TagClassName
{
border-color: #274CC0;
}
</style>