Shades of Cerulean Blue #3840AD
Tints of Cerulean Blue #3840AD
RGB
CMYK
RGB Variations
Color information
#3840AD (or 0x3840AD) is known color: Cerulean Blue. HEX triplet: 38, 40 and AD. RGB value is (56,64,173). Sum of RGB (Red+Green+Blue) = 56+64+173=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #3840AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3840AD is #C7BF52. Grayscale: #494949. Windows color (decimal): -13090643 or 11354168. OLE color: 11354168.
HSL color Cylindrical-coordinate representation of color #3840AD: hue angle of 235.9º 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 #3840AD is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 64 | 173 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.32 |
| HSL | 235.9º | 0.51% | 0.45% | - |
| HSV(B) | 235.9º | 0.68% | 0.68% | - |
| XYZ | 11.01 | 7.52 | 40.41 | - |
| YUV | 74.03 | 183.85 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 173 | 0.68 | 0.63 | 0 | 0.32 | 235.9 | 0.51 | 0.45 |
| Hex | 38 | 40 | AD | 44 | 3F | 0 | 20 | EC | 33 | 2D |
| Octal | 70 | 100 | 255 | 104 | 77 | 0 | 40 | 354 | 63 | 55 |
| Binary | 111000 | 1000000 | 10101101 | 1000100 | 111111 | 0 | 100000 | 11101100 | 110011 | 101101 |
Color Harmonies of #3840AD
Complementary color
Monochromatic Colors of #3840AD
Black with #3840AD
Text Example
Text Example
White with #3840AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3840AD; }
p { color: rgb(56,64,173); }
H1.HeaderClassName
{
color: #3840AD;
}
.AnyTagClassName
{
color: #3840AD;
}
</style>
background-color css
<style>
a { background-color: #3840AD; }
a { background-color: rgb(56,64,173); }
div.DivClassName
{
background-color: #3840AD;
}
.BgClassName
{
background-color: #3840AD;
}
</style>
border-color css
<style>
span { border-color: #3840AD; }
span { border-color: rgb(56,64,173); }
td.TdClassName
{
border-color: #3840AD;
}
.TagClassName
{
border-color: #3840AD;
}
</style>