Shades of Cerulean Blue #2645BA
Tints of Cerulean Blue #2645BA
RGB
CMYK
RGB Variations
Color information
#2645BA (or 0x2645BA) is known color: Cerulean Blue. HEX triplet: 26, 45 and BA. RGB value is (38,69,186). Sum of RGB (Red+Green+Blue) = 38+69+186=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #2645BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2645BA is #D9BA45. Grayscale: #484848. Windows color (decimal): -14268998 or 12207398. OLE color: 12207398.
HSL color Cylindrical-coordinate representation of color #2645BA: hue angle of 227.43º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2645BA is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 69 | 186 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.27 |
| HSL | 227.43º | 0.66% | 0.44% | - |
| HSV(B) | 227.43º | 0.8% | 0.73% | - |
| XYZ | 11.79 | 8.21 | 47.42 | - |
| YUV | 73.07 | 191.73 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 186 | 0.80 | 0.63 | 0 | 0.27 | 227.43 | 0.66 | 0.44 |
| Hex | 26 | 45 | BA | 50 | 3F | 0 | 1B | E3 | 42 | 2C |
| Octal | 46 | 105 | 272 | 120 | 77 | 0 | 33 | 343 | 102 | 54 |
| Binary | 100110 | 1000101 | 10111010 | 1010000 | 111111 | 0 | 11011 | 11100011 | 1000010 | 101100 |
Color Harmonies of #2645BA
Complementary color
Monochromatic Colors of #2645BA
Black with #2645BA
Text Example
Text Example
White with #2645BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2645BA; }
p { color: rgb(38,69,186); }
H1.HeaderClassName
{
color: #2645BA;
}
.AnyTagClassName
{
color: #2645BA;
}
</style>
background-color css
<style>
a { background-color: #2645BA; }
a { background-color: rgb(38,69,186); }
div.DivClassName
{
background-color: #2645BA;
}
.BgClassName
{
background-color: #2645BA;
}
</style>
border-color css
<style>
span { border-color: #2645BA; }
span { border-color: rgb(38,69,186); }
td.TdClassName
{
border-color: #2645BA;
}
.TagClassName
{
border-color: #2645BA;
}
</style>