Shades of Cerulean Blue #3244CB
Tints of Cerulean Blue #3244CB
RGB
CMYK
RGB Variations
Color information
#3244CB (or 0x3244CB) is known color: Cerulean Blue. HEX triplet: 32, 44 and CB. RGB value is (50,68,203). Sum of RGB (Red+Green+Blue) = 50+68+203=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #3244CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3244CB is #CDBB34. Grayscale: #4D4D4D. Windows color (decimal): -13482805 or 13321266. OLE color: 13321266.
HSL color Cylindrical-coordinate representation of color #3244CB: hue angle of 232.94º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3244CB is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 68 | 203 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.20 |
| HSL | 232.94º | 0.6% | 0.5% | - |
| HSV(B) | 232.94º | 0.75% | 0.8% | - |
| XYZ | 14.16 | 9.12 | 57.51 | - |
| YUV | 78.01 | 198.54 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 68 | 203 | 0.75 | 0.67 | 0 | 0.20 | 232.94 | 0.6 | 0.5 |
| Hex | 32 | 44 | CB | 4B | 43 | 0 | 14 | E9 | 3C | 32 |
| Octal | 62 | 104 | 313 | 113 | 103 | 0 | 24 | 351 | 74 | 62 |
| Binary | 110010 | 1000100 | 11001011 | 1001011 | 1000011 | 0 | 10100 | 11101001 | 111100 | 110010 |
Color Harmonies of #3244CB
Complementary color
Monochromatic Colors of #3244CB
Black with #3244CB
Text Example
Text Example
White with #3244CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3244CB; }
p { color: rgb(50,68,203); }
H1.HeaderClassName
{
color: #3244CB;
}
.AnyTagClassName
{
color: #3244CB;
}
</style>
background-color css
<style>
a { background-color: #3244CB; }
a { background-color: rgb(50,68,203); }
div.DivClassName
{
background-color: #3244CB;
}
.BgClassName
{
background-color: #3244CB;
}
</style>
border-color css
<style>
span { border-color: #3244CB; }
span { border-color: rgb(50,68,203); }
td.TdClassName
{
border-color: #3244CB;
}
.TagClassName
{
border-color: #3244CB;
}
</style>