Shades of Cerulean Blue #334FC1
Tints of Cerulean Blue #334FC1
RGB
CMYK
RGB Variations
Color information
#334FC1 (or 0x334FC1) is known color: Cerulean Blue. HEX triplet: 33, 4F and C1. RGB value is (51,79,193). Sum of RGB (Red+Green+Blue) = 51+79+193=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 193 (75.78% from 255 or 59.75% from 323); Max value from RGB is 193 - color contains mainly: blue. Hex color #334FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334FC1 is #CCB03E. Grayscale: #535353. Windows color (decimal): -13414463 or 12668723. OLE color: 12668723.
HSL color Cylindrical-coordinate representation of color #334FC1: hue angle of 228.17º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #334FC1 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 79 | 193 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.24 |
| HSL | 228.17º | 0.58% | 0.48% | - |
| HSV(B) | 228.17º | 0.74% | 0.76% | - |
| XYZ | 13.79 | 10.15 | 51.68 | - |
| YUV | 83.62 | 189.72 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 193 | 0.74 | 0.59 | 0 | 0.24 | 228.17 | 0.58 | 0.48 |
| Hex | 33 | 4F | C1 | 4A | 3B | 0 | 18 | E4 | 3A | 30 |
| Octal | 63 | 117 | 301 | 112 | 73 | 0 | 30 | 344 | 72 | 60 |
| Binary | 110011 | 1001111 | 11000001 | 1001010 | 111011 | 0 | 11000 | 11100100 | 111010 | 110000 |
Color Harmonies of #334FC1
Complementary color
Monochromatic Colors of #334FC1
Black with #334FC1
Text Example
Text Example
White with #334FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334FC1; }
p { color: rgb(51,79,193); }
H1.HeaderClassName
{
color: #334FC1;
}
.AnyTagClassName
{
color: #334FC1;
}
</style>
background-color css
<style>
a { background-color: #334FC1; }
a { background-color: rgb(51,79,193); }
div.DivClassName
{
background-color: #334FC1;
}
.BgClassName
{
background-color: #334FC1;
}
</style>
border-color css
<style>
span { border-color: #334FC1; }
span { border-color: rgb(51,79,193); }
td.TdClassName
{
border-color: #334FC1;
}
.TagClassName
{
border-color: #334FC1;
}
</style>