Shades of Cerulean Blue #274AAF
Tints of Cerulean Blue #274AAF
RGB
CMYK
RGB Variations
Color information
#274AAF (or 0x274AAF) is known color: Cerulean Blue. HEX triplet: 27, 4A and AF. RGB value is (39,74,175). Sum of RGB (Red+Green+Blue) = 39+74+175=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #274AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274AAF is #D8B550. Grayscale: #4A4A4A. Windows color (decimal): -14202193 or 11487783. OLE color: 11487783.
HSL color Cylindrical-coordinate representation of color #274AAF: hue angle of 224.56º 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 #274AAF is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 74 | 175 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.31 |
| HSL | 224.56º | 0.64% | 0.42% | - |
| HSV(B) | 224.56º | 0.78% | 0.69% | - |
| XYZ | 11.02 | 8.42 | 41.6 | - |
| YUV | 75.05 | 184.4 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 175 | 0.78 | 0.58 | 0 | 0.31 | 224.56 | 0.64 | 0.42 |
| Hex | 27 | 4A | AF | 4E | 3A | 0 | 1F | E1 | 40 | 2A |
| Octal | 47 | 112 | 257 | 116 | 72 | 0 | 37 | 341 | 100 | 52 |
| Binary | 100111 | 1001010 | 10101111 | 1001110 | 111010 | 0 | 11111 | 11100001 | 1000000 | 101010 |
Color Harmonies of #274AAF
Complementary color
Monochromatic Colors of #274AAF
Black with #274AAF
Text Example
Text Example
White with #274AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274AAF; }
p { color: rgb(39,74,175); }
H1.HeaderClassName
{
color: #274AAF;
}
.AnyTagClassName
{
color: #274AAF;
}
</style>
background-color css
<style>
a { background-color: #274AAF; }
a { background-color: rgb(39,74,175); }
div.DivClassName
{
background-color: #274AAF;
}
.BgClassName
{
background-color: #274AAF;
}
</style>
border-color css
<style>
span { border-color: #274AAF; }
span { border-color: rgb(39,74,175); }
td.TdClassName
{
border-color: #274AAF;
}
.TagClassName
{
border-color: #274AAF;
}
</style>