Shades of Cerulean Blue #3341C0
Tints of Cerulean Blue #3341C0
RGB
CMYK
RGB Variations
Color information
#3341C0 (or 0x3341C0) is known color: Cerulean Blue. HEX triplet: 33, 41 and C0. RGB value is (51,65,192). Sum of RGB (Red+Green+Blue) = 51+65+192=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #3341C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3341C0 is #CCBE3F. Grayscale: #4A4A4A. Windows color (decimal): -13418048 or 12599603. OLE color: 12599603.
HSL color Cylindrical-coordinate representation of color #3341C0: hue angle of 234.04º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3341C0 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 65 | 192 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.25 |
| HSL | 234.04º | 0.58% | 0.48% | - |
| HSV(B) | 234.04º | 0.73% | 0.75% | - |
| XYZ | 12.77 | 8.29 | 50.8 | - |
| YUV | 75.29 | 193.86 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 192 | 0.73 | 0.66 | 0 | 0.25 | 234.04 | 0.58 | 0.48 |
| Hex | 33 | 41 | C0 | 49 | 42 | 0 | 19 | EA | 3A | 30 |
| Octal | 63 | 101 | 300 | 111 | 102 | 0 | 31 | 352 | 72 | 60 |
| Binary | 110011 | 1000001 | 11000000 | 1001001 | 1000010 | 0 | 11001 | 11101010 | 111010 | 110000 |
Color Harmonies of #3341C0
Complementary color
Monochromatic Colors of #3341C0
Black with #3341C0
Text Example
Text Example
White with #3341C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3341C0; }
p { color: rgb(51,65,192); }
H1.HeaderClassName
{
color: #3341C0;
}
.AnyTagClassName
{
color: #3341C0;
}
</style>
background-color css
<style>
a { background-color: #3341C0; }
a { background-color: rgb(51,65,192); }
div.DivClassName
{
background-color: #3341C0;
}
.BgClassName
{
background-color: #3341C0;
}
</style>
border-color css
<style>
span { border-color: #3341C0; }
span { border-color: rgb(51,65,192); }
td.TdClassName
{
border-color: #3341C0;
}
.TagClassName
{
border-color: #3341C0;
}
</style>