Shades of Cerulean Blue #274DAF
Tints of Cerulean Blue #274DAF
RGB
CMYK
RGB Variations
Color information
#274DAF (or 0x274DAF) is known color: Cerulean Blue. HEX triplet: 27, 4D and AF. RGB value is (39,77,175). Sum of RGB (Red+Green+Blue) = 39+77+175=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #274DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274DAF is #D8B250. Grayscale: #4C4C4C. Windows color (decimal): -14201425 or 11488551. OLE color: 11488551.
HSL color Cylindrical-coordinate representation of color #274DAF: hue angle of 223.24º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #274DAF is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 77 | 175 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.31 |
| HSL | 223.24º | 0.64% | 0.42% | - |
| HSV(B) | 223.24º | 0.78% | 0.69% | - |
| XYZ | 11.23 | 8.83 | 41.67 | - |
| YUV | 76.81 | 183.41 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 175 | 0.78 | 0.56 | 0 | 0.31 | 223.24 | 0.64 | 0.42 |
| Hex | 27 | 4D | AF | 4E | 38 | 0 | 1F | DF | 40 | 2A |
| Octal | 47 | 115 | 257 | 116 | 70 | 0 | 37 | 337 | 100 | 52 |
| Binary | 100111 | 1001101 | 10101111 | 1001110 | 111000 | 0 | 11111 | 11011111 | 1000000 | 101010 |
Color Harmonies of #274DAF
Complementary color
Monochromatic Colors of #274DAF
Black with #274DAF
Text Example
Text Example
White with #274DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DAF; }
p { color: rgb(39,77,175); }
H1.HeaderClassName
{
color: #274DAF;
}
.AnyTagClassName
{
color: #274DAF;
}
</style>
background-color css
<style>
a { background-color: #274DAF; }
a { background-color: rgb(39,77,175); }
div.DivClassName
{
background-color: #274DAF;
}
.BgClassName
{
background-color: #274DAF;
}
</style>
border-color css
<style>
span { border-color: #274DAF; }
span { border-color: rgb(39,77,175); }
td.TdClassName
{
border-color: #274DAF;
}
.TagClassName
{
border-color: #274DAF;
}
</style>