Shades of Cerulean Blue #274BAB
Tints of Cerulean Blue #274BAB
RGB
CMYK
RGB Variations
Color information
#274BAB (or 0x274BAB) is known color: Cerulean Blue. HEX triplet: 27, 4B and AB. RGB value is (39,75,171). Sum of RGB (Red+Green+Blue) = 39+75+171=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #274BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274BAB is #D8B454. Grayscale: #4A4A4A. Windows color (decimal): -14201941 or 11225895. OLE color: 11225895.
HSL color Cylindrical-coordinate representation of color #274BAB: hue angle of 223.64º 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 #274BAB is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 75 | 171 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.33 |
| HSL | 223.64º | 0.63% | 0.41% | - |
| HSV(B) | 223.64º | 0.77% | 0.67% | - |
| XYZ | 10.7 | 8.4 | 39.59 | - |
| YUV | 75.18 | 182.07 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 171 | 0.77 | 0.56 | 0 | 0.33 | 223.64 | 0.63 | 0.41 |
| Hex | 27 | 4B | AB | 4D | 38 | 0 | 21 | E0 | 3F | 29 |
| Octal | 47 | 113 | 253 | 115 | 70 | 0 | 41 | 340 | 77 | 51 |
| Binary | 100111 | 1001011 | 10101011 | 1001101 | 111000 | 0 | 100001 | 11100000 | 111111 | 101001 |
Color Harmonies of #274BAB
Complementary color
Monochromatic Colors of #274BAB
Black with #274BAB
Text Example
Text Example
White with #274BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274BAB; }
p { color: rgb(39,75,171); }
H1.HeaderClassName
{
color: #274BAB;
}
.AnyTagClassName
{
color: #274BAB;
}
</style>
background-color css
<style>
a { background-color: #274BAB; }
a { background-color: rgb(39,75,171); }
div.DivClassName
{
background-color: #274BAB;
}
.BgClassName
{
background-color: #274BAB;
}
</style>
border-color css
<style>
span { border-color: #274BAB; }
span { border-color: rgb(39,75,171); }
td.TdClassName
{
border-color: #274BAB;
}
.TagClassName
{
border-color: #274BAB;
}
</style>