Shades of Cerulean Blue #3263BC
Tints of Cerulean Blue #3263BC
RGB
CMYK
RGB Variations
Color information
#3263BC (or 0x3263BC) is known color: Cerulean Blue. HEX triplet: 32, 63 and BC. RGB value is (50,99,188). Sum of RGB (Red+Green+Blue) = 50+99+188=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #3263BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3263BC is #CD9C43. Grayscale: #5E5E5E. Windows color (decimal): -13474884 or 12346162. OLE color: 12346162.
HSL color Cylindrical-coordinate representation of color #3263BC: hue angle of 218.7º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3263BC is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 99 | 188 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.26 |
| HSL | 218.7º | 0.58% | 0.47% | - |
| HSV(B) | 218.7º | 0.73% | 0.74% | - |
| XYZ | 14.85 | 13.23 | 49.35 | - |
| YUV | 94.5 | 180.77 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 188 | 0.73 | 0.47 | 0 | 0.26 | 218.7 | 0.58 | 0.47 |
| Hex | 32 | 63 | BC | 49 | 2F | 0 | 1A | DB | 3A | 2F |
| Octal | 62 | 143 | 274 | 111 | 57 | 0 | 32 | 333 | 72 | 57 |
| Binary | 110010 | 1100011 | 10111100 | 1001001 | 101111 | 0 | 11010 | 11011011 | 111010 | 101111 |
Color Harmonies of #3263BC
Complementary color
Monochromatic Colors of #3263BC
Black with #3263BC
Text Example
Text Example
White with #3263BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3263BC; }
p { color: rgb(50,99,188); }
H1.HeaderClassName
{
color: #3263BC;
}
.AnyTagClassName
{
color: #3263BC;
}
</style>
background-color css
<style>
a { background-color: #3263BC; }
a { background-color: rgb(50,99,188); }
div.DivClassName
{
background-color: #3263BC;
}
.BgClassName
{
background-color: #3263BC;
}
</style>
border-color css
<style>
span { border-color: #3263BC; }
span { border-color: rgb(50,99,188); }
td.TdClassName
{
border-color: #3263BC;
}
.TagClassName
{
border-color: #3263BC;
}
</style>