Shades of Cerulean Blue #3242BD
Tints of Cerulean Blue #3242BD
RGB
CMYK
RGB Variations
Color information
#3242BD (or 0x3242BD) is known color: Cerulean Blue. HEX triplet: 32, 42 and BD. RGB value is (50,66,189). Sum of RGB (Red+Green+Blue) = 50+66+189=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #3242BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3242BD is #CDBD42. Grayscale: #4A4A4A. Windows color (decimal): -13483331 or 12403250. OLE color: 12403250.
HSL color Cylindrical-coordinate representation of color #3242BD: hue angle of 233.09º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3242BD is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 66 | 189 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.26 |
| HSL | 233.09º | 0.58% | 0.47% | - |
| HSV(B) | 233.09º | 0.74% | 0.74% | - |
| XYZ | 12.45 | 8.25 | 49.08 | - |
| YUV | 75.24 | 192.2 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 189 | 0.74 | 0.65 | 0 | 0.26 | 233.09 | 0.58 | 0.47 |
| Hex | 32 | 42 | BD | 4A | 41 | 0 | 1A | E9 | 3A | 2F |
| Octal | 62 | 102 | 275 | 112 | 101 | 0 | 32 | 351 | 72 | 57 |
| Binary | 110010 | 1000010 | 10111101 | 1001010 | 1000001 | 0 | 11010 | 11101001 | 111010 | 101111 |
Color Harmonies of #3242BD
Complementary color
Monochromatic Colors of #3242BD
Black with #3242BD
Text Example
Text Example
White with #3242BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3242BD; }
p { color: rgb(50,66,189); }
H1.HeaderClassName
{
color: #3242BD;
}
.AnyTagClassName
{
color: #3242BD;
}
</style>
background-color css
<style>
a { background-color: #3242BD; }
a { background-color: rgb(50,66,189); }
div.DivClassName
{
background-color: #3242BD;
}
.BgClassName
{
background-color: #3242BD;
}
</style>
border-color css
<style>
span { border-color: #3242BD; }
span { border-color: rgb(50,66,189); }
td.TdClassName
{
border-color: #3242BD;
}
.TagClassName
{
border-color: #3242BD;
}
</style>