Shades of Cerulean Blue #3243BA
Tints of Cerulean Blue #3243BA
RGB
CMYK
RGB Variations
Color information
#3243BA (or 0x3243BA) is known color: Cerulean Blue. HEX triplet: 32, 43 and BA. RGB value is (50,67,186). Sum of RGB (Red+Green+Blue) = 50+67+186=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #3243BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3243BA is #CDBC45. Grayscale: #4A4A4A. Windows color (decimal): -13483078 or 12206898. OLE color: 12206898.
HSL color Cylindrical-coordinate representation of color #3243BA: hue angle of 232.5º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3243BA is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 67 | 186 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.27 |
| HSL | 232.5º | 0.58% | 0.46% | - |
| HSV(B) | 232.5º | 0.73% | 0.73% | - |
| XYZ | 12.19 | 8.24 | 47.4 | - |
| YUV | 75.48 | 190.37 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 186 | 0.73 | 0.64 | 0 | 0.27 | 232.5 | 0.58 | 0.46 |
| Hex | 32 | 43 | BA | 49 | 40 | 0 | 1B | E8 | 3A | 2E |
| Octal | 62 | 103 | 272 | 111 | 100 | 0 | 33 | 350 | 72 | 56 |
| Binary | 110010 | 1000011 | 10111010 | 1001001 | 1000000 | 0 | 11011 | 11101000 | 111010 | 101110 |
Color Harmonies of #3243BA
Complementary color
Monochromatic Colors of #3243BA
Black with #3243BA
Text Example
Text Example
White with #3243BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3243BA; }
p { color: rgb(50,67,186); }
H1.HeaderClassName
{
color: #3243BA;
}
.AnyTagClassName
{
color: #3243BA;
}
</style>
background-color css
<style>
a { background-color: #3243BA; }
a { background-color: rgb(50,67,186); }
div.DivClassName
{
background-color: #3243BA;
}
.BgClassName
{
background-color: #3243BA;
}
</style>
border-color css
<style>
span { border-color: #3243BA; }
span { border-color: rgb(50,67,186); }
td.TdClassName
{
border-color: #3243BA;
}
.TagClassName
{
border-color: #3243BA;
}
</style>