Shades of Cerulean Blue #274FA4
Tints of Cerulean Blue #274FA4
RGB
CMYK
RGB Variations
Color information
#274FA4 (or 0x274FA4) is known color: Cerulean Blue. HEX triplet: 27, 4F and A4. RGB value is (39,79,164). Sum of RGB (Red+Green+Blue) = 39+79+164=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 164 (64.45% from 255 or 58.16% from 282); Max value from RGB is 164 - color contains mainly: blue. Hex color #274FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274FA4 is #D8B05B. Grayscale: #4C4C4C. Windows color (decimal): -14200924 or 10768167. OLE color: 10768167.
HSL color Cylindrical-coordinate representation of color #274FA4: hue angle of 220.8º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #274FA4 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 79 | 164 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.36 |
| HSL | 220.8º | 0.62% | 0.4% | - |
| HSV(B) | 220.8º | 0.76% | 0.64% | - |
| XYZ | 10.33 | 8.7 | 36.26 | - |
| YUV | 76.73 | 177.25 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 79 | 164 | 0.76 | 0.52 | 0 | 0.36 | 220.8 | 0.62 | 0.4 |
| Hex | 27 | 4F | A4 | 4C | 34 | 0 | 24 | DD | 3E | 28 |
| Octal | 47 | 117 | 244 | 114 | 64 | 0 | 44 | 335 | 76 | 50 |
| Binary | 100111 | 1001111 | 10100100 | 1001100 | 110100 | 0 | 100100 | 11011101 | 111110 | 101000 |
Color Harmonies of #274FA4
Complementary color
Monochromatic Colors of #274FA4
Black with #274FA4
Text Example
Text Example
White with #274FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274FA4; }
p { color: rgb(39,79,164); }
H1.HeaderClassName
{
color: #274FA4;
}
.AnyTagClassName
{
color: #274FA4;
}
</style>
background-color css
<style>
a { background-color: #274FA4; }
a { background-color: rgb(39,79,164); }
div.DivClassName
{
background-color: #274FA4;
}
.BgClassName
{
background-color: #274FA4;
}
</style>
border-color css
<style>
span { border-color: #274FA4; }
span { border-color: rgb(39,79,164); }
td.TdClassName
{
border-color: #274FA4;
}
.TagClassName
{
border-color: #274FA4;
}
</style>