Shades of Cerulean Blue #274CB0
Tints of Cerulean Blue #274CB0
RGB
CMYK
RGB Variations
Color information
#274CB0 (or 0x274CB0) is known color: Cerulean Blue. HEX triplet: 27, 4C and B0. RGB value is (39,76,176). Sum of RGB (Red+Green+Blue) = 39+76+176=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 176 (69.14% from 255 or 60.48% from 291); Max value from RGB is 176 - color contains mainly: blue. Hex color #274CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274CB0 is #D8B34F. Grayscale: #4B4B4B. Windows color (decimal): -14201680 or 11553831. OLE color: 11553831.
HSL color Cylindrical-coordinate representation of color #274CB0: hue angle of 223.8º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #274CB0 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 76 | 176 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.31 |
| HSL | 223.8º | 0.64% | 0.42% | - |
| HSV(B) | 223.8º | 0.78% | 0.69% | - |
| XYZ | 11.26 | 8.73 | 42.17 | - |
| YUV | 76.34 | 184.24 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 176 | 0.78 | 0.57 | 0 | 0.31 | 223.8 | 0.64 | 0.42 |
| Hex | 27 | 4C | B0 | 4E | 39 | 0 | 1F | E0 | 40 | 2A |
| Octal | 47 | 114 | 260 | 116 | 71 | 0 | 37 | 340 | 100 | 52 |
| Binary | 100111 | 1001100 | 10110000 | 1001110 | 111001 | 0 | 11111 | 11100000 | 1000000 | 101010 |
Color Harmonies of #274CB0
Complementary color
Monochromatic Colors of #274CB0
Black with #274CB0
Text Example
Text Example
White with #274CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274CB0; }
p { color: rgb(39,76,176); }
H1.HeaderClassName
{
color: #274CB0;
}
.AnyTagClassName
{
color: #274CB0;
}
</style>
background-color css
<style>
a { background-color: #274CB0; }
a { background-color: rgb(39,76,176); }
div.DivClassName
{
background-color: #274CB0;
}
.BgClassName
{
background-color: #274CB0;
}
</style>
border-color css
<style>
span { border-color: #274CB0; }
span { border-color: rgb(39,76,176); }
td.TdClassName
{
border-color: #274CB0;
}
.TagClassName
{
border-color: #274CB0;
}
</style>