Shades of Cerulean Blue #2745C5
Tints of Cerulean Blue #2745C5
RGB
CMYK
RGB Variations
Color information
#2745C5 (or 0x2745C5) is known color: Cerulean Blue. HEX triplet: 27, 45 and C5. RGB value is (39,69,197). Sum of RGB (Red+Green+Blue) = 39+69+197=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 197 (77.34% from 255 or 64.59% from 305); Max value from RGB is 197 - color contains mainly: blue. Hex color #2745C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2745C5 is #D8BA3A. Grayscale: #4A4A4A. Windows color (decimal): -14203451 or 12928295. OLE color: 12928295.
HSL color Cylindrical-coordinate representation of color #2745C5: hue angle of 228.61º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2745C5 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 69 | 197 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.23 |
| HSL | 228.61º | 0.67% | 0.46% | - |
| HSV(B) | 228.61º | 0.8% | 0.77% | - |
| XYZ | 13.04 | 8.72 | 53.82 | - |
| YUV | 74.62 | 197.06 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 69 | 197 | 0.80 | 0.65 | 0 | 0.23 | 228.61 | 0.67 | 0.46 |
| Hex | 27 | 45 | C5 | 50 | 41 | 0 | 17 | E5 | 43 | 2E |
| Octal | 47 | 105 | 305 | 120 | 101 | 0 | 27 | 345 | 103 | 56 |
| Binary | 100111 | 1000101 | 11000101 | 1010000 | 1000001 | 0 | 10111 | 11100101 | 1000011 | 101110 |
Color Harmonies of #2745C5
Complementary color
Monochromatic Colors of #2745C5
Black with #2745C5
Text Example
Text Example
White with #2745C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2745C5; }
p { color: rgb(39,69,197); }
H1.HeaderClassName
{
color: #2745C5;
}
.AnyTagClassName
{
color: #2745C5;
}
</style>
background-color css
<style>
a { background-color: #2745C5; }
a { background-color: rgb(39,69,197); }
div.DivClassName
{
background-color: #2745C5;
}
.BgClassName
{
background-color: #2745C5;
}
</style>
border-color css
<style>
span { border-color: #2745C5; }
span { border-color: rgb(39,69,197); }
td.TdClassName
{
border-color: #2745C5;
}
.TagClassName
{
border-color: #2745C5;
}
</style>