Shades of Cerulean Blue #3841AD
Tints of Cerulean Blue #3841AD
RGB
CMYK
RGB Variations
Color information
#3841AD (or 0x3841AD) is known color: Cerulean Blue. HEX triplet: 38, 41 and AD. RGB value is (56,65,173). Sum of RGB (Red+Green+Blue) = 56+65+173=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #3841AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3841AD is #C7BE52. Grayscale: #4A4A4A. Windows color (decimal): -13090387 or 11354424. OLE color: 11354424.
HSL color Cylindrical-coordinate representation of color #3841AD: hue angle of 235.38º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3841AD is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 65 | 173 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.32 |
| HSL | 235.38º | 0.51% | 0.45% | - |
| HSV(B) | 235.38º | 0.68% | 0.68% | - |
| XYZ | 11.06 | 7.64 | 40.43 | - |
| YUV | 74.62 | 183.52 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 173 | 0.68 | 0.62 | 0 | 0.32 | 235.38 | 0.51 | 0.45 |
| Hex | 38 | 41 | AD | 44 | 3E | 0 | 20 | EB | 33 | 2D |
| Octal | 70 | 101 | 255 | 104 | 76 | 0 | 40 | 353 | 63 | 55 |
| Binary | 111000 | 1000001 | 10101101 | 1000100 | 111110 | 0 | 100000 | 11101011 | 110011 | 101101 |
Color Harmonies of #3841AD
Complementary color
Monochromatic Colors of #3841AD
Black with #3841AD
Text Example
Text Example
White with #3841AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3841AD; }
p { color: rgb(56,65,173); }
H1.HeaderClassName
{
color: #3841AD;
}
.AnyTagClassName
{
color: #3841AD;
}
</style>
background-color css
<style>
a { background-color: #3841AD; }
a { background-color: rgb(56,65,173); }
div.DivClassName
{
background-color: #3841AD;
}
.BgClassName
{
background-color: #3841AD;
}
</style>
border-color css
<style>
span { border-color: #3841AD; }
span { border-color: rgb(56,65,173); }
td.TdClassName
{
border-color: #3841AD;
}
.TagClassName
{
border-color: #3841AD;
}
</style>