Shades of Cerulean Blue #274ECC
Tints of Cerulean Blue #274ECC
RGB
CMYK
RGB Variations
Color information
#274ECC (or 0x274ECC) is known color: Cerulean Blue. HEX triplet: 27, 4E and CC. RGB value is (39,78,204). Sum of RGB (Red+Green+Blue) = 39+78+204=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #274ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274ECC is #D8B133. Grayscale: #505050. Windows color (decimal): -14201140 or 13389351. OLE color: 13389351.
HSL color Cylindrical-coordinate representation of color #274ECC: hue angle of 225.82º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #274ECC is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 78 | 204 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.2 |
| HSL | 225.82º | 0.68% | 0.48% | - |
| HSV(B) | 225.82º | 0.81% | 0.8% | - |
| XYZ | 14.46 | 10.24 | 58.34 | - |
| YUV | 80.7 | 197.58 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 204 | 0.81 | 0.62 | 0 | 0.2 | 225.82 | 0.68 | 0.48 |
| Hex | 27 | 4E | CC | 51 | 3E | 0 | 14 | E2 | 44 | 30 |
| Octal | 47 | 116 | 314 | 121 | 76 | 0 | 24 | 342 | 104 | 60 |
| Binary | 100111 | 1001110 | 11001100 | 1010001 | 111110 | 0 | 10100 | 11100010 | 1000100 | 110000 |
Color Harmonies of #274ECC
Complementary color
Monochromatic Colors of #274ECC
Black with #274ECC
Text Example
Text Example
White with #274ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274ECC; }
p { color: rgb(39,78,204); }
H1.HeaderClassName
{
color: #274ECC;
}
.AnyTagClassName
{
color: #274ECC;
}
</style>
background-color css
<style>
a { background-color: #274ECC; }
a { background-color: rgb(39,78,204); }
div.DivClassName
{
background-color: #274ECC;
}
.BgClassName
{
background-color: #274ECC;
}
</style>
border-color css
<style>
span { border-color: #274ECC; }
span { border-color: rgb(39,78,204); }
td.TdClassName
{
border-color: #274ECC;
}
.TagClassName
{
border-color: #274ECC;
}
</style>