Shades of Cerulean Blue #275DB2
Tints of Cerulean Blue #275DB2
RGB
CMYK
RGB Variations
Color information
#275DB2 (or 0x275DB2) is known color: Cerulean Blue. HEX triplet: 27, 5D and B2. RGB value is (39,93,178). Sum of RGB (Red+Green+Blue) = 39+93+178=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 178 (69.92% from 255 or 57.42% from 310); Max value from RGB is 178 - color contains mainly: blue. Hex color #275DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275DB2 is #D8A24D. Grayscale: #565656. Windows color (decimal): -14197326 or 11689255. OLE color: 11689255.
HSL color Cylindrical-coordinate representation of color #275DB2: hue angle of 216.69º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #275DB2 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 39 | 93 | 178 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.30 |
| HSL | 216.69º | 0.64% | 0.43% | - |
| HSV(B) | 216.69º | 0.78% | 0.7% | - |
| XYZ | 12.79 | 11.47 | 43.66 | - |
| YUV | 86.54 | 179.61 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 178 | 0.78 | 0.48 | 0 | 0.30 | 216.69 | 0.64 | 0.43 |
| Hex | 27 | 5D | B2 | 4E | 30 | 0 | 1E | D9 | 40 | 2B |
| Octal | 47 | 135 | 262 | 116 | 60 | 0 | 36 | 331 | 100 | 53 |
| Binary | 100111 | 1011101 | 10110010 | 1001110 | 110000 | 0 | 11110 | 11011001 | 1000000 | 101011 |
Color Harmonies of #275DB2
Complementary color
Monochromatic Colors of #275DB2
Black with #275DB2
Text Example
Text Example
White with #275DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275DB2; }
p { color: rgb(39,93,178); }
H1.HeaderClassName
{
color: #275DB2;
}
.AnyTagClassName
{
color: #275DB2;
}
</style>
background-color css
<style>
a { background-color: #275DB2; }
a { background-color: rgb(39,93,178); }
div.DivClassName
{
background-color: #275DB2;
}
.BgClassName
{
background-color: #275DB2;
}
</style>
border-color css
<style>
span { border-color: #275DB2; }
span { border-color: rgb(39,93,178); }
td.TdClassName
{
border-color: #275DB2;
}
.TagClassName
{
border-color: #275DB2;
}
</style>