Shades of Cerulean Blue #274DBB
Tints of Cerulean Blue #274DBB
RGB
CMYK
RGB Variations
Color information
#274DBB (or 0x274DBB) is known color: Cerulean Blue. HEX triplet: 27, 4D and BB. RGB value is (39,77,187). Sum of RGB (Red+Green+Blue) = 39+77+187=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #274DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DBB is #D8B244. Grayscale: #4D4D4D. Windows color (decimal): -14201413 or 12274983. OLE color: 12274983.
HSL color Cylindrical-coordinate representation of color #274DBB: hue angle of 224.59º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #274DBB is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 77 | 187 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.27 |
| HSL | 224.59º | 0.65% | 0.44% | - |
| HSV(B) | 224.59º | 0.79% | 0.73% | - |
| XYZ | 12.46 | 9.33 | 48.16 | - |
| YUV | 78.18 | 189.41 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 187 | 0.79 | 0.59 | 0 | 0.27 | 224.59 | 0.65 | 0.44 |
| Hex | 27 | 4D | BB | 4F | 3B | 0 | 1B | E1 | 41 | 2C |
| Octal | 47 | 115 | 273 | 117 | 73 | 0 | 33 | 341 | 101 | 54 |
| Binary | 100111 | 1001101 | 10111011 | 1001111 | 111011 | 0 | 11011 | 11100001 | 1000001 | 101100 |
Color Harmonies of #274DBB
Complementary color
Monochromatic Colors of #274DBB
Black with #274DBB
Text Example
Text Example
White with #274DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DBB; }
p { color: rgb(39,77,187); }
H1.HeaderClassName
{
color: #274DBB;
}
.AnyTagClassName
{
color: #274DBB;
}
</style>
background-color css
<style>
a { background-color: #274DBB; }
a { background-color: rgb(39,77,187); }
div.DivClassName
{
background-color: #274DBB;
}
.BgClassName
{
background-color: #274DBB;
}
</style>
border-color css
<style>
span { border-color: #274DBB; }
span { border-color: rgb(39,77,187); }
td.TdClassName
{
border-color: #274DBB;
}
.TagClassName
{
border-color: #274DBB;
}
</style>