Shades of Cerulean Blue #274BA6
Tints of Cerulean Blue #274BA6
RGB
CMYK
RGB Variations
Color information
#274BA6 (or 0x274BA6) is known color: Cerulean Blue. HEX triplet: 27, 4B and A6. RGB value is (39,75,166). Sum of RGB (Red+Green+Blue) = 39+75+166=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 166 (65.23% from 255 or 59.29% from 280); Max value from RGB is 166 - color contains mainly: blue. Hex color #274BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274BA6 is #D8B459. Grayscale: #4A4A4A. Windows color (decimal): -14201946 or 10898215. OLE color: 10898215.
HSL color Cylindrical-coordinate representation of color #274BA6: hue angle of 222.99º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #274BA6 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 39 | 75 | 166 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.35 |
| HSL | 222.99º | 0.62% | 0.4% | - |
| HSV(B) | 222.99º | 0.77% | 0.65% | - |
| XYZ | 10.24 | 8.22 | 37.12 | - |
| YUV | 74.61 | 179.57 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 166 | 0.77 | 0.55 | 0 | 0.35 | 222.99 | 0.62 | 0.4 |
| Hex | 27 | 4B | A6 | 4D | 37 | 0 | 23 | DF | 3E | 28 |
| Octal | 47 | 113 | 246 | 115 | 67 | 0 | 43 | 337 | 76 | 50 |
| Binary | 100111 | 1001011 | 10100110 | 1001101 | 110111 | 0 | 100011 | 11011111 | 111110 | 101000 |
Color Harmonies of #274BA6
Complementary color
Monochromatic Colors of #274BA6
Black with #274BA6
Text Example
Text Example
White with #274BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274BA6; }
p { color: rgb(39,75,166); }
H1.HeaderClassName
{
color: #274BA6;
}
.AnyTagClassName
{
color: #274BA6;
}
</style>
background-color css
<style>
a { background-color: #274BA6; }
a { background-color: rgb(39,75,166); }
div.DivClassName
{
background-color: #274BA6;
}
.BgClassName
{
background-color: #274BA6;
}
</style>
border-color css
<style>
span { border-color: #274BA6; }
span { border-color: rgb(39,75,166); }
td.TdClassName
{
border-color: #274BA6;
}
.TagClassName
{
border-color: #274BA6;
}
</style>