Shades of Cerulean Blue #274AAC
Tints of Cerulean Blue #274AAC
RGB
CMYK
RGB Variations
Color information
#274AAC (or 0x274AAC) is known color: Cerulean Blue. HEX triplet: 27, 4A and AC. RGB value is (39,74,172). Sum of RGB (Red+Green+Blue) = 39+74+172=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #274AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274AAC is #D8B553. Grayscale: #4A4A4A. Windows color (decimal): -14202196 or 11291175. OLE color: 11291175.
HSL color Cylindrical-coordinate representation of color #274AAC: hue angle of 224.21º 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 #274AAC is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 74 | 172 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.33 |
| HSL | 224.21º | 0.63% | 0.41% | - |
| HSV(B) | 224.21º | 0.77% | 0.67% | - |
| XYZ | 10.73 | 8.31 | 40.07 | - |
| YUV | 74.71 | 182.9 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 172 | 0.77 | 0.57 | 0 | 0.33 | 224.21 | 0.63 | 0.41 |
| Hex | 27 | 4A | AC | 4D | 39 | 0 | 21 | E0 | 3F | 29 |
| Octal | 47 | 112 | 254 | 115 | 71 | 0 | 41 | 340 | 77 | 51 |
| Binary | 100111 | 1001010 | 10101100 | 1001101 | 111001 | 0 | 100001 | 11100000 | 111111 | 101001 |
Color Harmonies of #274AAC
Complementary color
Monochromatic Colors of #274AAC
Black with #274AAC
Text Example
Text Example
White with #274AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274AAC; }
p { color: rgb(39,74,172); }
H1.HeaderClassName
{
color: #274AAC;
}
.AnyTagClassName
{
color: #274AAC;
}
</style>
background-color css
<style>
a { background-color: #274AAC; }
a { background-color: rgb(39,74,172); }
div.DivClassName
{
background-color: #274AAC;
}
.BgClassName
{
background-color: #274AAC;
}
</style>
border-color css
<style>
span { border-color: #274AAC; }
span { border-color: rgb(39,74,172); }
td.TdClassName
{
border-color: #274AAC;
}
.TagClassName
{
border-color: #274AAC;
}
</style>