Shades of Royal Blue #274AEA
Tints of Royal Blue #274AEA
RGB
CMYK
RGB Variations
Color information
#274AEA (or 0x274AEA) is known color: Royal Blue. HEX triplet: 27, 4A and EA. RGB value is (39,74,234). Sum of RGB (Red+Green+Blue) = 39+74+234=347 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.24% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #274AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #274AEA is #D8B515. Grayscale: #515151. Windows color (decimal): -14202134 or 15354407. OLE color: 15354407.
HSL color Cylindrical-coordinate representation of color #274AEA: hue angle of 229.23º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #274AEA is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 74 | 234 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.08 |
| HSL | 229.23º | 0.82% | 0.54% | - |
| HSV(B) | 229.23º | 0.83% | 0.92% | - |
| XYZ | 18.14 | 11.27 | 79.06 | - |
| YUV | 81.78 | 213.9 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 234 | 0.83 | 0.68 | 0 | 0.08 | 229.23 | 0.82 | 0.54 |
| Hex | 27 | 4A | EA | 53 | 44 | 0 | 8 | E5 | 52 | 36 |
| Octal | 47 | 112 | 352 | 123 | 104 | 0 | 10 | 345 | 122 | 66 |
| Binary | 100111 | 1001010 | 11101010 | 1010011 | 1000100 | 0 | 1000 | 11100101 | 1010010 | 110110 |
Color Harmonies of #274AEA
Complementary color
Monochromatic Colors of #274AEA
Black with #274AEA
Text Example
Text Example
White with #274AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274AEA; }
p { color: rgb(39,74,234); }
H1.HeaderClassName
{
color: #274AEA;
}
.AnyTagClassName
{
color: #274AEA;
}
</style>
background-color css
<style>
a { background-color: #274AEA; }
a { background-color: rgb(39,74,234); }
div.DivClassName
{
background-color: #274AEA;
}
.BgClassName
{
background-color: #274AEA;
}
</style>
border-color css
<style>
span { border-color: #274AEA; }
span { border-color: rgb(39,74,234); }
td.TdClassName
{
border-color: #274AEA;
}
.TagClassName
{
border-color: #274AEA;
}
</style>