Shades of Cerulean Blue #2753BA
Tints of Cerulean Blue #2753BA
RGB
CMYK
RGB Variations
Color information
#2753BA (or 0x2753BA) is known color: Cerulean Blue. HEX triplet: 27, 53 and BA. RGB value is (39,83,186). Sum of RGB (Red+Green+Blue) = 39+83+186=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #2753BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2753BA is #D8AC45. Grayscale: #515151. Windows color (decimal): -14199878 or 12210983. OLE color: 12210983.
HSL color Cylindrical-coordinate representation of color #2753BA: hue angle of 222.04º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2753BA is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 83 | 186 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.27 |
| HSL | 222.04º | 0.65% | 0.44% | - |
| HSV(B) | 222.04º | 0.79% | 0.73% | - |
| XYZ | 12.79 | 10.16 | 47.74 | - |
| YUV | 81.59 | 186.92 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 83 | 186 | 0.79 | 0.55 | 0 | 0.27 | 222.04 | 0.65 | 0.44 |
| Hex | 27 | 53 | BA | 4F | 37 | 0 | 1B | DE | 41 | 2C |
| Octal | 47 | 123 | 272 | 117 | 67 | 0 | 33 | 336 | 101 | 54 |
| Binary | 100111 | 1010011 | 10111010 | 1001111 | 110111 | 0 | 11011 | 11011110 | 1000001 | 101100 |
Color Harmonies of #2753BA
Complementary color
Monochromatic Colors of #2753BA
Black with #2753BA
Text Example
Text Example
White with #2753BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2753BA; }
p { color: rgb(39,83,186); }
H1.HeaderClassName
{
color: #2753BA;
}
.AnyTagClassName
{
color: #2753BA;
}
</style>
background-color css
<style>
a { background-color: #2753BA; }
a { background-color: rgb(39,83,186); }
div.DivClassName
{
background-color: #2753BA;
}
.BgClassName
{
background-color: #2753BA;
}
</style>
border-color css
<style>
span { border-color: #2753BA; }
span { border-color: rgb(39,83,186); }
td.TdClassName
{
border-color: #2753BA;
}
.TagClassName
{
border-color: #2753BA;
}
</style>