Shades of Cerulean Blue #274CDC
Tints of Cerulean Blue #274CDC
RGB
CMYK
RGB Variations
Color information
#274CDC (or 0x274CDC) is known color: Cerulean Blue. HEX triplet: 27, 4C and DC. RGB value is (39,76,220). Sum of RGB (Red+Green+Blue) = 39+76+220=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #274CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274CDC is #D8B323. Grayscale: #505050. Windows color (decimal): -14201636 or 14437415. OLE color: 14437415.
HSL color Cylindrical-coordinate representation of color #274CDC: hue angle of 227.73º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #274CDC is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 76 | 220 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.14 |
| HSL | 227.73º | 0.72% | 0.51% | - |
| HSV(B) | 227.73º | 0.82% | 0.86% | - |
| XYZ | 16.34 | 10.77 | 68.93 | - |
| YUV | 81.35 | 206.24 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 220 | 0.82 | 0.65 | 0 | 0.14 | 227.73 | 0.72 | 0.51 |
| Hex | 27 | 4C | DC | 52 | 41 | 0 | E | E4 | 48 | 33 |
| Octal | 47 | 114 | 334 | 122 | 101 | 0 | 16 | 344 | 110 | 63 |
| Binary | 100111 | 1001100 | 11011100 | 1010010 | 1000001 | 0 | 1110 | 11100100 | 1001000 | 110011 |
Color Harmonies of #274CDC
Complementary color
Monochromatic Colors of #274CDC
Black with #274CDC
Text Example
Text Example
White with #274CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274CDC; }
p { color: rgb(39,76,220); }
H1.HeaderClassName
{
color: #274CDC;
}
.AnyTagClassName
{
color: #274CDC;
}
</style>
background-color css
<style>
a { background-color: #274CDC; }
a { background-color: rgb(39,76,220); }
div.DivClassName
{
background-color: #274CDC;
}
.BgClassName
{
background-color: #274CDC;
}
</style>
border-color css
<style>
span { border-color: #274CDC; }
span { border-color: rgb(39,76,220); }
td.TdClassName
{
border-color: #274CDC;
}
.TagClassName
{
border-color: #274CDC;
}
</style>