Shades of Cerulean Blue #274DB5
Tints of Cerulean Blue #274DB5
RGB
CMYK
RGB Variations
Color information
#274DB5 (or 0x274DB5) is known color: Cerulean Blue. HEX triplet: 27, 4D and B5. RGB value is (39,77,181). Sum of RGB (Red+Green+Blue) = 39+77+181=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 181 (71.09% from 255 or 60.94% from 297); Max value from RGB is 181 - color contains mainly: blue. Hex color #274DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DB5 is #D8B24A. Grayscale: #4D4D4D. Windows color (decimal): -14201419 or 11881767. OLE color: 11881767.
HSL color Cylindrical-coordinate representation of color #274DB5: hue angle of 223.94º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #274DB5 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 39 | 77 | 181 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.29 |
| HSL | 223.94º | 0.65% | 0.43% | - |
| HSV(B) | 223.94º | 0.78% | 0.71% | - |
| XYZ | 11.83 | 9.08 | 44.84 | - |
| YUV | 77.49 | 186.41 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 181 | 0.78 | 0.57 | 0 | 0.29 | 223.94 | 0.65 | 0.43 |
| Hex | 27 | 4D | B5 | 4E | 39 | 0 | 1D | E0 | 41 | 2B |
| Octal | 47 | 115 | 265 | 116 | 71 | 0 | 35 | 340 | 101 | 53 |
| Binary | 100111 | 1001101 | 10110101 | 1001110 | 111001 | 0 | 11101 | 11100000 | 1000001 | 101011 |
Color Harmonies of #274DB5
Complementary color
Monochromatic Colors of #274DB5
Black with #274DB5
Text Example
Text Example
White with #274DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DB5; }
p { color: rgb(39,77,181); }
H1.HeaderClassName
{
color: #274DB5;
}
.AnyTagClassName
{
color: #274DB5;
}
</style>
background-color css
<style>
a { background-color: #274DB5; }
a { background-color: rgb(39,77,181); }
div.DivClassName
{
background-color: #274DB5;
}
.BgClassName
{
background-color: #274DB5;
}
</style>
border-color css
<style>
span { border-color: #274DB5; }
span { border-color: rgb(39,77,181); }
td.TdClassName
{
border-color: #274DB5;
}
.TagClassName
{
border-color: #274DB5;
}
</style>