Shades of Cerulean Blue #314CC2
Tints of Cerulean Blue #314CC2
RGB
CMYK
RGB Variations
Color information
#314CC2 (or 0x314CC2) is known color: Cerulean Blue. HEX triplet: 31, 4C and C2. RGB value is (49,76,194). Sum of RGB (Red+Green+Blue) = 49+76+194=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 194 (76.17% from 255 or 60.82% from 319); Max value from RGB is 194 - color contains mainly: blue. Hex color #314CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314CC2 is #CEB33D. Grayscale: #505050. Windows color (decimal): -13546302 or 12733489. OLE color: 12733489.
HSL color Cylindrical-coordinate representation of color #314CC2: hue angle of 228.83º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #314CC2 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 76 | 194 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.24 |
| HSL | 228.83º | 0.6% | 0.48% | - |
| HSV(B) | 228.83º | 0.75% | 0.76% | - |
| XYZ | 13.59 | 9.72 | 52.2 | - |
| YUV | 81.38 | 191.55 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 194 | 0.75 | 0.61 | 0 | 0.24 | 228.83 | 0.6 | 0.48 |
| Hex | 31 | 4C | C2 | 4B | 3D | 0 | 18 | E5 | 3C | 30 |
| Octal | 61 | 114 | 302 | 113 | 75 | 0 | 30 | 345 | 74 | 60 |
| Binary | 110001 | 1001100 | 11000010 | 1001011 | 111101 | 0 | 11000 | 11100101 | 111100 | 110000 |
Color Harmonies of #314CC2
Complementary color
Monochromatic Colors of #314CC2
Black with #314CC2
Text Example
Text Example
White with #314CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314CC2; }
p { color: rgb(49,76,194); }
H1.HeaderClassName
{
color: #314CC2;
}
.AnyTagClassName
{
color: #314CC2;
}
</style>
background-color css
<style>
a { background-color: #314CC2; }
a { background-color: rgb(49,76,194); }
div.DivClassName
{
background-color: #314CC2;
}
.BgClassName
{
background-color: #314CC2;
}
</style>
border-color css
<style>
span { border-color: #314CC2; }
span { border-color: rgb(49,76,194); }
td.TdClassName
{
border-color: #314CC2;
}
.TagClassName
{
border-color: #314CC2;
}
</style>