Shades of Cerulean Blue #274ABB
Tints of Cerulean Blue #274ABB
RGB
CMYK
RGB Variations
Color information
#274ABB (or 0x274ABB) is known color: Cerulean Blue. HEX triplet: 27, 4A and BB. RGB value is (39,74,187). Sum of RGB (Red+Green+Blue) = 39+74+187=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #274ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274ABB is #D8B544. Grayscale: #4B4B4B. Windows color (decimal): -14202181 or 12274215. OLE color: 12274215.
HSL color Cylindrical-coordinate representation of color #274ABB: hue angle of 225.81º 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 #274ABB is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 74 | 187 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.27 |
| HSL | 225.81º | 0.65% | 0.44% | - |
| HSV(B) | 225.81º | 0.79% | 0.73% | - |
| XYZ | 12.26 | 8.92 | 48.09 | - |
| YUV | 76.42 | 190.4 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 187 | 0.79 | 0.60 | 0 | 0.27 | 225.81 | 0.65 | 0.44 |
| Hex | 27 | 4A | BB | 4F | 3C | 0 | 1B | E2 | 41 | 2C |
| Octal | 47 | 112 | 273 | 117 | 74 | 0 | 33 | 342 | 101 | 54 |
| Binary | 100111 | 1001010 | 10111011 | 1001111 | 111100 | 0 | 11011 | 11100010 | 1000001 | 101100 |
Color Harmonies of #274ABB
Complementary color
Monochromatic Colors of #274ABB
Black with #274ABB
Text Example
Text Example
White with #274ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274ABB; }
p { color: rgb(39,74,187); }
H1.HeaderClassName
{
color: #274ABB;
}
.AnyTagClassName
{
color: #274ABB;
}
</style>
background-color css
<style>
a { background-color: #274ABB; }
a { background-color: rgb(39,74,187); }
div.DivClassName
{
background-color: #274ABB;
}
.BgClassName
{
background-color: #274ABB;
}
</style>
border-color css
<style>
span { border-color: #274ABB; }
span { border-color: rgb(39,74,187); }
td.TdClassName
{
border-color: #274ABB;
}
.TagClassName
{
border-color: #274ABB;
}
</style>