Shades of Cerulean Blue #334CC1
Tints of Cerulean Blue #334CC1
RGB
CMYK
RGB Variations
Color information
#334CC1 (or 0x334CC1) is known color: Cerulean Blue. HEX triplet: 33, 4C and C1. RGB value is (51,76,193). Sum of RGB (Red+Green+Blue) = 51+76+193=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 193 (75.78% from 255 or 60.31% from 320); Max value from RGB is 193 - color contains mainly: blue. Hex color #334CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334CC1 is #CCB33E. Grayscale: #515151. Windows color (decimal): -13415231 or 12667955. OLE color: 12667955.
HSL color Cylindrical-coordinate representation of color #334CC1: hue angle of 229.44º 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 #334CC1 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 76 | 193 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.24 |
| HSL | 229.44º | 0.58% | 0.48% | - |
| HSV(B) | 229.44º | 0.74% | 0.76% | - |
| XYZ | 13.58 | 9.72 | 51.61 | - |
| YUV | 81.86 | 190.72 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 193 | 0.74 | 0.61 | 0 | 0.24 | 229.44 | 0.58 | 0.48 |
| Hex | 33 | 4C | C1 | 4A | 3D | 0 | 18 | E5 | 3A | 30 |
| Octal | 63 | 114 | 301 | 112 | 75 | 0 | 30 | 345 | 72 | 60 |
| Binary | 110011 | 1001100 | 11000001 | 1001010 | 111101 | 0 | 11000 | 11100101 | 111010 | 110000 |
Color Harmonies of #334CC1
Complementary color
Monochromatic Colors of #334CC1
Black with #334CC1
Text Example
Text Example
White with #334CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334CC1; }
p { color: rgb(51,76,193); }
H1.HeaderClassName
{
color: #334CC1;
}
.AnyTagClassName
{
color: #334CC1;
}
</style>
background-color css
<style>
a { background-color: #334CC1; }
a { background-color: rgb(51,76,193); }
div.DivClassName
{
background-color: #334CC1;
}
.BgClassName
{
background-color: #334CC1;
}
</style>
border-color css
<style>
span { border-color: #334CC1; }
span { border-color: rgb(51,76,193); }
td.TdClassName
{
border-color: #334CC1;
}
.TagClassName
{
border-color: #334CC1;
}
</style>