Shades of Cerulean Blue #274CAC
Tints of Cerulean Blue #274CAC
RGB
CMYK
RGB Variations
Color information
#274CAC (or 0x274CAC) is known color: Cerulean Blue. HEX triplet: 27, 4C and AC. RGB value is (39,76,172). Sum of RGB (Red+Green+Blue) = 39+76+172=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #274CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274CAC is #D8B353. Grayscale: #4B4B4B. Windows color (decimal): -14201684 or 11291687. OLE color: 11291687.
HSL color Cylindrical-coordinate representation of color #274CAC: hue angle of 223.31º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #274CAC is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 76 | 172 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.33 |
| HSL | 223.31º | 0.63% | 0.41% | - |
| HSV(B) | 223.31º | 0.77% | 0.67% | - |
| XYZ | 10.87 | 8.58 | 40.11 | - |
| YUV | 75.88 | 182.24 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 172 | 0.77 | 0.56 | 0 | 0.33 | 223.31 | 0.63 | 0.41 |
| Hex | 27 | 4C | AC | 4D | 38 | 0 | 21 | DF | 3F | 29 |
| Octal | 47 | 114 | 254 | 115 | 70 | 0 | 41 | 337 | 77 | 51 |
| Binary | 100111 | 1001100 | 10101100 | 1001101 | 111000 | 0 | 100001 | 11011111 | 111111 | 101001 |
Color Harmonies of #274CAC
Complementary color
Monochromatic Colors of #274CAC
Black with #274CAC
Text Example
Text Example
White with #274CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274CAC; }
p { color: rgb(39,76,172); }
H1.HeaderClassName
{
color: #274CAC;
}
.AnyTagClassName
{
color: #274CAC;
}
</style>
background-color css
<style>
a { background-color: #274CAC; }
a { background-color: rgb(39,76,172); }
div.DivClassName
{
background-color: #274CAC;
}
.BgClassName
{
background-color: #274CAC;
}
</style>
border-color css
<style>
span { border-color: #274CAC; }
span { border-color: rgb(39,76,172); }
td.TdClassName
{
border-color: #274CAC;
}
.TagClassName
{
border-color: #274CAC;
}
</style>