Shades of Cerulean Blue #3845AF
Tints of Cerulean Blue #3845AF
RGB
CMYK
RGB Variations
Color information
#3845AF (or 0x3845AF) is known color: Cerulean Blue. HEX triplet: 38, 45 and AF. RGB value is (56,69,175). Sum of RGB (Red+Green+Blue) = 56+69+175=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #3845AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3845AF is #C7BA50. Grayscale: #4C4C4C. Windows color (decimal): -13089361 or 11486520. OLE color: 11486520.
HSL color Cylindrical-coordinate representation of color #3845AF: hue angle of 233.45º 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 #3845AF is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 69 | 175 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.31 |
| HSL | 233.45º | 0.52% | 0.45% | - |
| HSV(B) | 233.45º | 0.68% | 0.69% | - |
| XYZ | 11.5 | 8.19 | 41.53 | - |
| YUV | 77.2 | 183.19 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 175 | 0.68 | 0.61 | 0 | 0.31 | 233.45 | 0.52 | 0.45 |
| Hex | 38 | 45 | AF | 44 | 3D | 0 | 1F | E9 | 34 | 2D |
| Octal | 70 | 105 | 257 | 104 | 75 | 0 | 37 | 351 | 64 | 55 |
| Binary | 111000 | 1000101 | 10101111 | 1000100 | 111101 | 0 | 11111 | 11101001 | 110100 | 101101 |
Color Harmonies of #3845AF
Complementary color
Monochromatic Colors of #3845AF
Black with #3845AF
Text Example
Text Example
White with #3845AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3845AF; }
p { color: rgb(56,69,175); }
H1.HeaderClassName
{
color: #3845AF;
}
.AnyTagClassName
{
color: #3845AF;
}
</style>
background-color css
<style>
a { background-color: #3845AF; }
a { background-color: rgb(56,69,175); }
div.DivClassName
{
background-color: #3845AF;
}
.BgClassName
{
background-color: #3845AF;
}
</style>
border-color css
<style>
span { border-color: #3845AF; }
span { border-color: rgb(56,69,175); }
td.TdClassName
{
border-color: #3845AF;
}
.TagClassName
{
border-color: #3845AF;
}
</style>