Shades of Cerulean Blue #275DCC
Tints of Cerulean Blue #275DCC
RGB
CMYK
RGB Variations
Color information
#275DCC (or 0x275DCC) is known color: Cerulean Blue. HEX triplet: 27, 5D and CC. RGB value is (39,93,204). Sum of RGB (Red+Green+Blue) = 39+93+204=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #275DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275DCC is #D8A233. Grayscale: #595959. Windows color (decimal): -14197300 or 13393191. OLE color: 13393191.
HSL color Cylindrical-coordinate representation of color #275DCC: hue angle of 220.36º 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 #275DCC is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 93 | 204 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.2 |
| HSL | 220.36º | 0.68% | 0.48% | - |
| HSV(B) | 220.36º | 0.81% | 0.8% | - |
| XYZ | 15.65 | 12.62 | 58.74 | - |
| YUV | 89.51 | 192.61 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 204 | 0.81 | 0.54 | 0 | 0.2 | 220.36 | 0.68 | 0.48 |
| Hex | 27 | 5D | CC | 51 | 36 | 0 | 14 | DC | 44 | 30 |
| Octal | 47 | 135 | 314 | 121 | 66 | 0 | 24 | 334 | 104 | 60 |
| Binary | 100111 | 1011101 | 11001100 | 1010001 | 110110 | 0 | 10100 | 11011100 | 1000100 | 110000 |
Color Harmonies of #275DCC
Complementary color
Monochromatic Colors of #275DCC
Black with #275DCC
Text Example
Text Example
White with #275DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275DCC; }
p { color: rgb(39,93,204); }
H1.HeaderClassName
{
color: #275DCC;
}
.AnyTagClassName
{
color: #275DCC;
}
</style>
background-color css
<style>
a { background-color: #275DCC; }
a { background-color: rgb(39,93,204); }
div.DivClassName
{
background-color: #275DCC;
}
.BgClassName
{
background-color: #275DCC;
}
</style>
border-color css
<style>
span { border-color: #275DCC; }
span { border-color: rgb(39,93,204); }
td.TdClassName
{
border-color: #275DCC;
}
.TagClassName
{
border-color: #275DCC;
}
</style>