Shades of Cerulean Blue #275ECC
Tints of Cerulean Blue #275ECC
RGB
CMYK
RGB Variations
Color information
#275ECC (or 0x275ECC) is known color: Cerulean Blue. HEX triplet: 27, 5E and CC. RGB value is (39,94,204). Sum of RGB (Red+Green+Blue) = 39+94+204=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #275ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275ECC is #D8A133. Grayscale: #595959. Windows color (decimal): -14197044 or 13393447. OLE color: 13393447.
HSL color Cylindrical-coordinate representation of color #275ECC: hue angle of 220º 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 #275ECC is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 94 | 204 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.2 |
| HSL | 220º | 0.68% | 0.48% | - |
| HSV(B) | 220º | 0.81% | 0.8% | - |
| XYZ | 15.74 | 12.8 | 58.77 | - |
| YUV | 90.1 | 192.28 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 94 | 204 | 0.81 | 0.54 | 0 | 0.2 | 220 | 0.68 | 0.48 |
| Hex | 27 | 5E | CC | 51 | 36 | 0 | 14 | DC | 44 | 30 |
| Octal | 47 | 136 | 314 | 121 | 66 | 0 | 24 | 334 | 104 | 60 |
| Binary | 100111 | 1011110 | 11001100 | 1010001 | 110110 | 0 | 10100 | 11011100 | 1000100 | 110000 |
Color Harmonies of #275ECC
Complementary color
Monochromatic Colors of #275ECC
Black with #275ECC
Text Example
Text Example
White with #275ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275ECC; }
p { color: rgb(39,94,204); }
H1.HeaderClassName
{
color: #275ECC;
}
.AnyTagClassName
{
color: #275ECC;
}
</style>
background-color css
<style>
a { background-color: #275ECC; }
a { background-color: rgb(39,94,204); }
div.DivClassName
{
background-color: #275ECC;
}
.BgClassName
{
background-color: #275ECC;
}
</style>
border-color css
<style>
span { border-color: #275ECC; }
span { border-color: rgb(39,94,204); }
td.TdClassName
{
border-color: #275ECC;
}
.TagClassName
{
border-color: #275ECC;
}
</style>