Shades of Cerulean Blue #3261CF
Tints of Cerulean Blue #3261CF
RGB
CMYK
RGB Variations
Color information
#3261CF (or 0x3261CF) is known color: Cerulean Blue. HEX triplet: 32, 61 and CF. RGB value is (50,97,207). Sum of RGB (Red+Green+Blue) = 50+97+207=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #3261CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3261CF is #CD9E30. Grayscale: #5E5E5E. Windows color (decimal): -13475377 or 13590834. OLE color: 13590834.
HSL color Cylindrical-coordinate representation of color #3261CF: hue angle of 222.04º degrees, saturation: 0.62, 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 #3261CF is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 97 | 207 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.19 |
| HSL | 222.04º | 0.62% | 0.5% | - |
| HSV(B) | 222.04º | 0.76% | 0.81% | - |
| XYZ | 16.85 | 13.73 | 60.79 | - |
| YUV | 95.49 | 190.93 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 207 | 0.76 | 0.53 | 0 | 0.19 | 222.04 | 0.62 | 0.5 |
| Hex | 32 | 61 | CF | 4C | 35 | 0 | 13 | DE | 3E | 32 |
| Octal | 62 | 141 | 317 | 114 | 65 | 0 | 23 | 336 | 76 | 62 |
| Binary | 110010 | 1100001 | 11001111 | 1001100 | 110101 | 0 | 10011 | 11011110 | 111110 | 110010 |
Color Harmonies of #3261CF
Complementary color
Monochromatic Colors of #3261CF
Black with #3261CF
Text Example
Text Example
White with #3261CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3261CF; }
p { color: rgb(50,97,207); }
H1.HeaderClassName
{
color: #3261CF;
}
.AnyTagClassName
{
color: #3261CF;
}
</style>
background-color css
<style>
a { background-color: #3261CF; }
a { background-color: rgb(50,97,207); }
div.DivClassName
{
background-color: #3261CF;
}
.BgClassName
{
background-color: #3261CF;
}
</style>
border-color css
<style>
span { border-color: #3261CF; }
span { border-color: rgb(50,97,207); }
td.TdClassName
{
border-color: #3261CF;
}
.TagClassName
{
border-color: #3261CF;
}
</style>