Shades of Cerulean Blue #3441C3
Tints of Cerulean Blue #3441C3
RGB
CMYK
RGB Variations
Color information
#3441C3 (or 0x3441C3) is known color: Cerulean Blue. HEX triplet: 34, 41 and C3. RGB value is (52,65,195). Sum of RGB (Red+Green+Blue) = 52+65+195=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 195 (76.56% from 255 or 62.5% from 312); Max value from RGB is 195 - color contains mainly: blue. Hex color #3441C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3441C3 is #CBBE3C. Grayscale: #4B4B4B. Windows color (decimal): -13352509 or 12796212. OLE color: 12796212.
HSL color Cylindrical-coordinate representation of color #3441C3: hue angle of 234.55º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3441C3 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 65 | 195 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.24 |
| HSL | 234.55º | 0.58% | 0.48% | - |
| HSV(B) | 234.55º | 0.73% | 0.76% | - |
| XYZ | 13.16 | 8.45 | 52.57 | - |
| YUV | 75.93 | 195.19 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 195 | 0.73 | 0.67 | 0 | 0.24 | 234.55 | 0.58 | 0.48 |
| Hex | 34 | 41 | C3 | 49 | 43 | 0 | 18 | EB | 3A | 30 |
| Octal | 64 | 101 | 303 | 111 | 103 | 0 | 30 | 353 | 72 | 60 |
| Binary | 110100 | 1000001 | 11000011 | 1001001 | 1000011 | 0 | 11000 | 11101011 | 111010 | 110000 |
Color Harmonies of #3441C3
Complementary color
Monochromatic Colors of #3441C3
Black with #3441C3
Text Example
Text Example
White with #3441C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3441C3; }
p { color: rgb(52,65,195); }
H1.HeaderClassName
{
color: #3441C3;
}
.AnyTagClassName
{
color: #3441C3;
}
</style>
background-color css
<style>
a { background-color: #3441C3; }
a { background-color: rgb(52,65,195); }
div.DivClassName
{
background-color: #3441C3;
}
.BgClassName
{
background-color: #3441C3;
}
</style>
border-color css
<style>
span { border-color: #3441C3; }
span { border-color: rgb(52,65,195); }
td.TdClassName
{
border-color: #3441C3;
}
.TagClassName
{
border-color: #3441C3;
}
</style>