Shades of Cerulean Blue #3263CE
Tints of Cerulean Blue #3263CE
RGB
CMYK
RGB Variations
Color information
#3263CE (or 0x3263CE) is known color: Cerulean Blue. HEX triplet: 32, 63 and CE. RGB value is (50,99,206). Sum of RGB (Red+Green+Blue) = 50+99+206=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #3263CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3263CE is #CD9C31. Grayscale: #606060. Windows color (decimal): -13474866 or 13525810. OLE color: 13525810.
HSL color Cylindrical-coordinate representation of color #3263CE: hue angle of 221.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3263CE is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 99 | 206 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.19 |
| HSL | 221.15º | 0.61% | 0.5% | - |
| HSV(B) | 221.15º | 0.76% | 0.81% | - |
| XYZ | 16.92 | 14.06 | 60.21 | - |
| YUV | 96.55 | 189.77 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 206 | 0.76 | 0.52 | 0 | 0.19 | 221.15 | 0.61 | 0.5 |
| Hex | 32 | 63 | CE | 4C | 34 | 0 | 13 | DD | 3D | 32 |
| Octal | 62 | 143 | 316 | 114 | 64 | 0 | 23 | 335 | 75 | 62 |
| Binary | 110010 | 1100011 | 11001110 | 1001100 | 110100 | 0 | 10011 | 11011101 | 111101 | 110010 |
Color Harmonies of #3263CE
Complementary color
Monochromatic Colors of #3263CE
Black with #3263CE
Text Example
Text Example
White with #3263CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3263CE; }
p { color: rgb(50,99,206); }
H1.HeaderClassName
{
color: #3263CE;
}
.AnyTagClassName
{
color: #3263CE;
}
</style>
background-color css
<style>
a { background-color: #3263CE; }
a { background-color: rgb(50,99,206); }
div.DivClassName
{
background-color: #3263CE;
}
.BgClassName
{
background-color: #3263CE;
}
</style>
border-color css
<style>
span { border-color: #3263CE; }
span { border-color: rgb(50,99,206); }
td.TdClassName
{
border-color: #3263CE;
}
.TagClassName
{
border-color: #3263CE;
}
</style>