Shades of Cerulean Blue #3242AD
Tints of Cerulean Blue #3242AD
RGB
CMYK
RGB Variations
Color information
#3242AD (or 0x3242AD) is known color: Cerulean Blue. HEX triplet: 32, 42 and AD. RGB value is (50,66,173). Sum of RGB (Red+Green+Blue) = 50+66+173=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #3242AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3242AD is #CDBD52. Grayscale: #484848. Windows color (decimal): -13483347 or 11354674. OLE color: 11354674.
HSL color Cylindrical-coordinate representation of color #3242AD: hue angle of 232.2º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3242AD is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 66 | 173 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.32 |
| HSL | 232.2º | 0.55% | 0.44% | - |
| HSV(B) | 232.2º | 0.71% | 0.68% | - |
| XYZ | 10.81 | 7.59 | 40.43 | - |
| YUV | 73.41 | 184.2 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 173 | 0.71 | 0.62 | 0 | 0.32 | 232.2 | 0.55 | 0.44 |
| Hex | 32 | 42 | AD | 47 | 3E | 0 | 20 | E8 | 37 | 2C |
| Octal | 62 | 102 | 255 | 107 | 76 | 0 | 40 | 350 | 67 | 54 |
| Binary | 110010 | 1000010 | 10101101 | 1000111 | 111110 | 0 | 100000 | 11101000 | 110111 | 101100 |
Color Harmonies of #3242AD
Complementary color
Monochromatic Colors of #3242AD
Black with #3242AD
Text Example
Text Example
White with #3242AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3242AD; }
p { color: rgb(50,66,173); }
H1.HeaderClassName
{
color: #3242AD;
}
.AnyTagClassName
{
color: #3242AD;
}
</style>
background-color css
<style>
a { background-color: #3242AD; }
a { background-color: rgb(50,66,173); }
div.DivClassName
{
background-color: #3242AD;
}
.BgClassName
{
background-color: #3242AD;
}
</style>
border-color css
<style>
span { border-color: #3242AD; }
span { border-color: rgb(50,66,173); }
td.TdClassName
{
border-color: #3242AD;
}
.TagClassName
{
border-color: #3242AD;
}
</style>