Shades of Cerulean Blue #274CDA
Tints of Cerulean Blue #274CDA
RGB
CMYK
RGB Variations
Color information
#274CDA (or 0x274CDA) is known color: Cerulean Blue. HEX triplet: 27, 4C and DA. RGB value is (39,76,218). Sum of RGB (Red+Green+Blue) = 39+76+218=333 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.71% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #274CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274CDA is #D8B325. Grayscale: #505050. Windows color (decimal): -14201638 or 14306343. OLE color: 14306343.
HSL color Cylindrical-coordinate representation of color #274CDA: hue angle of 227.6º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #274CDA is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 76 | 218 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.15 |
| HSL | 227.6º | 0.71% | 0.5% | - |
| HSV(B) | 227.6º | 0.82% | 0.85% | - |
| XYZ | 16.08 | 10.66 | 67.54 | - |
| YUV | 81.13 | 205.24 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 218 | 0.82 | 0.65 | 0 | 0.15 | 227.6 | 0.71 | 0.5 |
| Hex | 27 | 4C | DA | 52 | 41 | 0 | F | E4 | 47 | 32 |
| Octal | 47 | 114 | 332 | 122 | 101 | 0 | 17 | 344 | 107 | 62 |
| Binary | 100111 | 1001100 | 11011010 | 1010010 | 1000001 | 0 | 1111 | 11100100 | 1000111 | 110010 |
Color Harmonies of #274CDA
Complementary color
Monochromatic Colors of #274CDA
Black with #274CDA
Text Example
Text Example
White with #274CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274CDA; }
p { color: rgb(39,76,218); }
H1.HeaderClassName
{
color: #274CDA;
}
.AnyTagClassName
{
color: #274CDA;
}
</style>
background-color css
<style>
a { background-color: #274CDA; }
a { background-color: rgb(39,76,218); }
div.DivClassName
{
background-color: #274CDA;
}
.BgClassName
{
background-color: #274CDA;
}
</style>
border-color css
<style>
span { border-color: #274CDA; }
span { border-color: rgb(39,76,218); }
td.TdClassName
{
border-color: #274CDA;
}
.TagClassName
{
border-color: #274CDA;
}
</style>