Shades of Cerulean Blue #2753BE
Tints of Cerulean Blue #2753BE
RGB
CMYK
RGB Variations
Color information
#2753BE (or 0x2753BE) is known color: Cerulean Blue. HEX triplet: 27, 53 and BE. RGB value is (39,83,190). Sum of RGB (Red+Green+Blue) = 39+83+190=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #2753BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2753BE is #D8AC41. Grayscale: #515151. Windows color (decimal): -14199874 or 12473127. OLE color: 12473127.
HSL color Cylindrical-coordinate representation of color #2753BE: hue angle of 222.52º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2753BE is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 83 | 190 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.25 |
| HSL | 222.52º | 0.66% | 0.45% | - |
| HSV(B) | 222.52º | 0.79% | 0.75% | - |
| XYZ | 13.22 | 10.34 | 50.01 | - |
| YUV | 82.04 | 188.92 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 83 | 190 | 0.79 | 0.56 | 0 | 0.25 | 222.52 | 0.66 | 0.45 |
| Hex | 27 | 53 | BE | 4F | 38 | 0 | 19 | DF | 42 | 2D |
| Octal | 47 | 123 | 276 | 117 | 70 | 0 | 31 | 337 | 102 | 55 |
| Binary | 100111 | 1010011 | 10111110 | 1001111 | 111000 | 0 | 11001 | 11011111 | 1000010 | 101101 |
Color Harmonies of #2753BE
Complementary color
Monochromatic Colors of #2753BE
Black with #2753BE
Text Example
Text Example
White with #2753BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2753BE; }
p { color: rgb(39,83,190); }
H1.HeaderClassName
{
color: #2753BE;
}
.AnyTagClassName
{
color: #2753BE;
}
</style>
background-color css
<style>
a { background-color: #2753BE; }
a { background-color: rgb(39,83,190); }
div.DivClassName
{
background-color: #2753BE;
}
.BgClassName
{
background-color: #2753BE;
}
</style>
border-color css
<style>
span { border-color: #2753BE; }
span { border-color: rgb(39,83,190); }
td.TdClassName
{
border-color: #2753BE;
}
.TagClassName
{
border-color: #2753BE;
}
</style>