Shades of Cerulean Blue #274CBA
Tints of Cerulean Blue #274CBA
RGB
CMYK
RGB Variations
Color information
#274CBA (or 0x274CBA) is known color: Cerulean Blue. HEX triplet: 27, 4C and BA. RGB value is (39,76,186). Sum of RGB (Red+Green+Blue) = 39+76+186=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #274CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274CBA is #D8B345. Grayscale: #4D4D4D. Windows color (decimal): -14201670 or 12209191. OLE color: 12209191.
HSL color Cylindrical-coordinate representation of color #274CBA: hue angle of 224.9º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #274CBA is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 76 | 186 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.27 |
| HSL | 224.9º | 0.65% | 0.44% | - |
| HSV(B) | 224.9º | 0.79% | 0.73% | - |
| XYZ | 12.28 | 9.15 | 47.57 | - |
| YUV | 77.48 | 189.24 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 186 | 0.79 | 0.59 | 0 | 0.27 | 224.9 | 0.65 | 0.44 |
| Hex | 27 | 4C | BA | 4F | 3B | 0 | 1B | E1 | 41 | 2C |
| Octal | 47 | 114 | 272 | 117 | 73 | 0 | 33 | 341 | 101 | 54 |
| Binary | 100111 | 1001100 | 10111010 | 1001111 | 111011 | 0 | 11011 | 11100001 | 1000001 | 101100 |
Color Harmonies of #274CBA
Complementary color
Monochromatic Colors of #274CBA
Black with #274CBA
Text Example
Text Example
White with #274CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274CBA; }
p { color: rgb(39,76,186); }
H1.HeaderClassName
{
color: #274CBA;
}
.AnyTagClassName
{
color: #274CBA;
}
</style>
background-color css
<style>
a { background-color: #274CBA; }
a { background-color: rgb(39,76,186); }
div.DivClassName
{
background-color: #274CBA;
}
.BgClassName
{
background-color: #274CBA;
}
</style>
border-color css
<style>
span { border-color: #274CBA; }
span { border-color: rgb(39,76,186); }
td.TdClassName
{
border-color: #274CBA;
}
.TagClassName
{
border-color: #274CBA;
}
</style>