Shades of Cerulean Blue #3241B8
Tints of Cerulean Blue #3241B8
RGB
CMYK
RGB Variations
Color information
#3241B8 (or 0x3241B8) is known color: Cerulean Blue. HEX triplet: 32, 41 and B8. RGB value is (50,65,184). Sum of RGB (Red+Green+Blue) = 50+65+184=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 184 (72.27% from 255 or 61.54% from 299); Max value from RGB is 184 - color contains mainly: blue. Hex color #3241B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3241B8 is #CDBE47. Grayscale: #494949. Windows color (decimal): -13483592 or 12075314. OLE color: 12075314.
HSL color Cylindrical-coordinate representation of color #3241B8: hue angle of 233.28º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3241B8 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 65 | 184 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.28 |
| HSL | 233.28º | 0.57% | 0.46% | - |
| HSV(B) | 233.28º | 0.73% | 0.72% | - |
| XYZ | 11.86 | 7.92 | 46.25 | - |
| YUV | 74.08 | 190.03 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 184 | 0.73 | 0.65 | 0 | 0.28 | 233.28 | 0.57 | 0.46 |
| Hex | 32 | 41 | B8 | 49 | 41 | 0 | 1C | E9 | 39 | 2E |
| Octal | 62 | 101 | 270 | 111 | 101 | 0 | 34 | 351 | 71 | 56 |
| Binary | 110010 | 1000001 | 10111000 | 1001001 | 1000001 | 0 | 11100 | 11101001 | 111001 | 101110 |
Color Harmonies of #3241B8
Complementary color
Monochromatic Colors of #3241B8
Black with #3241B8
Text Example
Text Example
White with #3241B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3241B8; }
p { color: rgb(50,65,184); }
H1.HeaderClassName
{
color: #3241B8;
}
.AnyTagClassName
{
color: #3241B8;
}
</style>
background-color css
<style>
a { background-color: #3241B8; }
a { background-color: rgb(50,65,184); }
div.DivClassName
{
background-color: #3241B8;
}
.BgClassName
{
background-color: #3241B8;
}
</style>
border-color css
<style>
span { border-color: #3241B8; }
span { border-color: rgb(50,65,184); }
td.TdClassName
{
border-color: #3241B8;
}
.TagClassName
{
border-color: #3241B8;
}
</style>