Shades of Cerulean Blue #274BA8
Tints of Cerulean Blue #274BA8
RGB
CMYK
RGB Variations
Color information
#274BA8 (or 0x274BA8) is known color: Cerulean Blue. HEX triplet: 27, 4B and A8. RGB value is (39,75,168). Sum of RGB (Red+Green+Blue) = 39+75+168=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 168 (66.02% from 255 or 59.57% from 282); Max value from RGB is 168 - color contains mainly: blue. Hex color #274BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274BA8 is #D8B457. Grayscale: #4A4A4A. Windows color (decimal): -14201944 or 11029287. OLE color: 11029287.
HSL color Cylindrical-coordinate representation of color #274BA8: hue angle of 223.26º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #274BA8 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 39 | 75 | 168 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.34 |
| HSL | 223.26º | 0.62% | 0.41% | - |
| HSV(B) | 223.26º | 0.77% | 0.66% | - |
| XYZ | 10.42 | 8.29 | 38.1 | - |
| YUV | 74.84 | 180.57 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 168 | 0.77 | 0.55 | 0 | 0.34 | 223.26 | 0.62 | 0.41 |
| Hex | 27 | 4B | A8 | 4D | 37 | 0 | 22 | DF | 3E | 29 |
| Octal | 47 | 113 | 250 | 115 | 67 | 0 | 42 | 337 | 76 | 51 |
| Binary | 100111 | 1001011 | 10101000 | 1001101 | 110111 | 0 | 100010 | 11011111 | 111110 | 101001 |
Color Harmonies of #274BA8
Complementary color
Monochromatic Colors of #274BA8
Black with #274BA8
Text Example
Text Example
White with #274BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274BA8; }
p { color: rgb(39,75,168); }
H1.HeaderClassName
{
color: #274BA8;
}
.AnyTagClassName
{
color: #274BA8;
}
</style>
background-color css
<style>
a { background-color: #274BA8; }
a { background-color: rgb(39,75,168); }
div.DivClassName
{
background-color: #274BA8;
}
.BgClassName
{
background-color: #274BA8;
}
</style>
border-color css
<style>
span { border-color: #274BA8; }
span { border-color: rgb(39,75,168); }
td.TdClassName
{
border-color: #274BA8;
}
.TagClassName
{
border-color: #274BA8;
}
</style>