Shades of Cerulean Blue #274BAC
Tints of Cerulean Blue #274BAC
RGB
CMYK
RGB Variations
Color information
#274BAC (or 0x274BAC) is known color: Cerulean Blue. HEX triplet: 27, 4B and AC. RGB value is (39,75,172). Sum of RGB (Red+Green+Blue) = 39+75+172=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #274BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274BAC is #D8B453. Grayscale: #4A4A4A. Windows color (decimal): -14201940 or 11291431. OLE color: 11291431.
HSL color Cylindrical-coordinate representation of color #274BAC: hue angle of 223.76º 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 #274BAC is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 75 | 172 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.33 |
| HSL | 223.76º | 0.63% | 0.41% | - |
| HSV(B) | 223.76º | 0.77% | 0.67% | - |
| XYZ | 10.8 | 8.44 | 40.09 | - |
| YUV | 75.29 | 182.57 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 172 | 0.77 | 0.56 | 0 | 0.33 | 223.76 | 0.63 | 0.41 |
| Hex | 27 | 4B | AC | 4D | 38 | 0 | 21 | E0 | 3F | 29 |
| Octal | 47 | 113 | 254 | 115 | 70 | 0 | 41 | 340 | 77 | 51 |
| Binary | 100111 | 1001011 | 10101100 | 1001101 | 111000 | 0 | 100001 | 11100000 | 111111 | 101001 |
Color Harmonies of #274BAC
Complementary color
Monochromatic Colors of #274BAC
Black with #274BAC
Text Example
Text Example
White with #274BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274BAC; }
p { color: rgb(39,75,172); }
H1.HeaderClassName
{
color: #274BAC;
}
.AnyTagClassName
{
color: #274BAC;
}
</style>
background-color css
<style>
a { background-color: #274BAC; }
a { background-color: rgb(39,75,172); }
div.DivClassName
{
background-color: #274BAC;
}
.BgClassName
{
background-color: #274BAC;
}
</style>
border-color css
<style>
span { border-color: #274BAC; }
span { border-color: rgb(39,75,172); }
td.TdClassName
{
border-color: #274BAC;
}
.TagClassName
{
border-color: #274BAC;
}
</style>