Shades of Cerulean Blue #3441B3
Tints of Cerulean Blue #3441B3
RGB
CMYK
RGB Variations
Color information
#3441B3 (or 0x3441B3) is known color: Cerulean Blue. HEX triplet: 34, 41 and B3. RGB value is (52,65,179). Sum of RGB (Red+Green+Blue) = 52+65+179=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 179 (70.31% from 255 or 60.47% from 296); Max value from RGB is 179 - color contains mainly: blue. Hex color #3441B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3441B3 is #CBBE4C. Grayscale: #494949. Windows color (decimal): -13352525 or 11747636. OLE color: 11747636.
HSL color Cylindrical-coordinate representation of color #3441B3: hue angle of 233.86º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3441B3 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 65 | 179 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.30 |
| HSL | 233.86º | 0.55% | 0.45% | - |
| HSV(B) | 233.86º | 0.71% | 0.7% | - |
| XYZ | 11.44 | 7.77 | 43.54 | - |
| YUV | 74.11 | 187.19 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 179 | 0.71 | 0.64 | 0 | 0.30 | 233.86 | 0.55 | 0.45 |
| Hex | 34 | 41 | B3 | 47 | 40 | 0 | 1E | EA | 37 | 2D |
| Octal | 64 | 101 | 263 | 107 | 100 | 0 | 36 | 352 | 67 | 55 |
| Binary | 110100 | 1000001 | 10110011 | 1000111 | 1000000 | 0 | 11110 | 11101010 | 110111 | 101101 |
Color Harmonies of #3441B3
Complementary color
Monochromatic Colors of #3441B3
Black with #3441B3
Text Example
Text Example
White with #3441B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3441B3; }
p { color: rgb(52,65,179); }
H1.HeaderClassName
{
color: #3441B3;
}
.AnyTagClassName
{
color: #3441B3;
}
</style>
background-color css
<style>
a { background-color: #3441B3; }
a { background-color: rgb(52,65,179); }
div.DivClassName
{
background-color: #3441B3;
}
.BgClassName
{
background-color: #3441B3;
}
</style>
border-color css
<style>
span { border-color: #3441B3; }
span { border-color: rgb(52,65,179); }
td.TdClassName
{
border-color: #3441B3;
}
.TagClassName
{
border-color: #3441B3;
}
</style>