Shades of Cerulean Blue #3641B6
Tints of Cerulean Blue #3641B6
RGB
CMYK
RGB Variations
Color information
#3641B6 (or 0x3641B6) is known color: Cerulean Blue. HEX triplet: 36, 41 and B6. RGB value is (54,65,182). Sum of RGB (Red+Green+Blue) = 54+65+182=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 182 (71.48% from 255 or 60.47% from 301); Max value from RGB is 182 - color contains mainly: blue. Hex color #3641B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3641B6 is #C9BE49. Grayscale: #4A4A4A. Windows color (decimal): -13221450 or 11944246. OLE color: 11944246.
HSL color Cylindrical-coordinate representation of color #3641B6: hue angle of 234.84º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3641B6 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 65 | 182 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.29 |
| HSL | 234.84º | 0.54% | 0.46% | - |
| HSV(B) | 234.84º | 0.7% | 0.71% | - |
| XYZ | 11.86 | 7.94 | 45.16 | - |
| YUV | 75.05 | 188.36 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 182 | 0.70 | 0.64 | 0 | 0.29 | 234.84 | 0.54 | 0.46 |
| Hex | 36 | 41 | B6 | 46 | 40 | 0 | 1D | EB | 36 | 2E |
| Octal | 66 | 101 | 266 | 106 | 100 | 0 | 35 | 353 | 66 | 56 |
| Binary | 110110 | 1000001 | 10110110 | 1000110 | 1000000 | 0 | 11101 | 11101011 | 110110 | 101110 |
Color Harmonies of #3641B6
Complementary color
Monochromatic Colors of #3641B6
Black with #3641B6
Text Example
Text Example
White with #3641B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3641B6; }
p { color: rgb(54,65,182); }
H1.HeaderClassName
{
color: #3641B6;
}
.AnyTagClassName
{
color: #3641B6;
}
</style>
background-color css
<style>
a { background-color: #3641B6; }
a { background-color: rgb(54,65,182); }
div.DivClassName
{
background-color: #3641B6;
}
.BgClassName
{
background-color: #3641B6;
}
</style>
border-color css
<style>
span { border-color: #3641B6; }
span { border-color: rgb(54,65,182); }
td.TdClassName
{
border-color: #3641B6;
}
.TagClassName
{
border-color: #3641B6;
}
</style>