Shades of Cerulean Blue #3856AF
Tints of Cerulean Blue #3856AF
RGB
CMYK
RGB Variations
Color information
#3856AF (or 0x3856AF) is known color: Cerulean Blue. HEX triplet: 38, 56 and AF. RGB value is (56,86,175). Sum of RGB (Red+Green+Blue) = 56+86+175=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #3856AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3856AF is #C7A950. Grayscale: #565656. Windows color (decimal): -13085009 or 11490872. OLE color: 11490872.
HSL color Cylindrical-coordinate representation of color #3856AF: hue angle of 224.87º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3856AF is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 86 | 175 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.31 |
| HSL | 224.87º | 0.52% | 0.45% | - |
| HSV(B) | 224.87º | 0.68% | 0.69% | - |
| XYZ | 12.7 | 10.59 | 41.93 | - |
| YUV | 87.18 | 177.56 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 86 | 175 | 0.68 | 0.51 | 0 | 0.31 | 224.87 | 0.52 | 0.45 |
| Hex | 38 | 56 | AF | 44 | 33 | 0 | 1F | E1 | 34 | 2D |
| Octal | 70 | 126 | 257 | 104 | 63 | 0 | 37 | 341 | 64 | 55 |
| Binary | 111000 | 1010110 | 10101111 | 1000100 | 110011 | 0 | 11111 | 11100001 | 110100 | 101101 |
Color Harmonies of #3856AF
Complementary color
Monochromatic Colors of #3856AF
Black with #3856AF
Text Example
Text Example
White with #3856AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3856AF; }
p { color: rgb(56,86,175); }
H1.HeaderClassName
{
color: #3856AF;
}
.AnyTagClassName
{
color: #3856AF;
}
</style>
background-color css
<style>
a { background-color: #3856AF; }
a { background-color: rgb(56,86,175); }
div.DivClassName
{
background-color: #3856AF;
}
.BgClassName
{
background-color: #3856AF;
}
</style>
border-color css
<style>
span { border-color: #3856AF; }
span { border-color: rgb(56,86,175); }
td.TdClassName
{
border-color: #3856AF;
}
.TagClassName
{
border-color: #3856AF;
}
</style>