Shades of Cerulean Blue #274FB4
Tints of Cerulean Blue #274FB4
RGB
CMYK
RGB Variations
Color information
#274FB4 (or 0x274FB4) is known color: Cerulean Blue. HEX triplet: 27, 4F and B4. RGB value is (39,79,180). Sum of RGB (Red+Green+Blue) = 39+79+180=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 180 (70.70% from 255 or 60.40% from 298); Max value from RGB is 180 - color contains mainly: blue. Hex color #274FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274FB4 is #D8B04B. Grayscale: #4E4E4E. Windows color (decimal): -14200908 or 11816743. OLE color: 11816743.
HSL color Cylindrical-coordinate representation of color #274FB4: hue angle of 222.98º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #274FB4 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 39 | 79 | 180 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.29 |
| HSL | 222.98º | 0.64% | 0.43% | - |
| HSV(B) | 222.98º | 0.78% | 0.71% | - |
| XYZ | 11.87 | 9.32 | 44.35 | - |
| YUV | 78.55 | 185.25 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 79 | 180 | 0.78 | 0.56 | 0 | 0.29 | 222.98 | 0.64 | 0.43 |
| Hex | 27 | 4F | B4 | 4E | 38 | 0 | 1D | DF | 40 | 2B |
| Octal | 47 | 117 | 264 | 116 | 70 | 0 | 35 | 337 | 100 | 53 |
| Binary | 100111 | 1001111 | 10110100 | 1001110 | 111000 | 0 | 11101 | 11011111 | 1000000 | 101011 |
Color Harmonies of #274FB4
Complementary color
Monochromatic Colors of #274FB4
Black with #274FB4
Text Example
Text Example
White with #274FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274FB4; }
p { color: rgb(39,79,180); }
H1.HeaderClassName
{
color: #274FB4;
}
.AnyTagClassName
{
color: #274FB4;
}
</style>
background-color css
<style>
a { background-color: #274FB4; }
a { background-color: rgb(39,79,180); }
div.DivClassName
{
background-color: #274FB4;
}
.BgClassName
{
background-color: #274FB4;
}
</style>
border-color css
<style>
span { border-color: #274FB4; }
span { border-color: rgb(39,79,180); }
td.TdClassName
{
border-color: #274FB4;
}
.TagClassName
{
border-color: #274FB4;
}
</style>