Shades of Cerulean Blue #3759AF
Tints of Cerulean Blue #3759AF
RGB
CMYK
RGB Variations
Color information
#3759AF (or 0x3759AF) is known color: Cerulean Blue. HEX triplet: 37, 59 and AF. RGB value is (55,89,175). Sum of RGB (Red+Green+Blue) = 55+89+175=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #3759AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3759AF is #C8A650. Grayscale: #585858. Windows color (decimal): -13149777 or 11491639. OLE color: 11491639.
HSL color Cylindrical-coordinate representation of color #3759AF: hue angle of 223º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3759AF is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 89 | 175 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.31 |
| HSL | 223º | 0.52% | 0.45% | - |
| HSV(B) | 223º | 0.69% | 0.69% | - |
| XYZ | 12.89 | 11.05 | 42.01 | - |
| YUV | 88.64 | 176.74 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 89 | 175 | 0.69 | 0.49 | 0 | 0.31 | 223 | 0.52 | 0.45 |
| Hex | 37 | 59 | AF | 45 | 31 | 0 | 1F | DF | 34 | 2D |
| Octal | 67 | 131 | 257 | 105 | 61 | 0 | 37 | 337 | 64 | 55 |
| Binary | 110111 | 1011001 | 10101111 | 1000101 | 110001 | 0 | 11111 | 11011111 | 110100 | 101101 |
Color Harmonies of #3759AF
Complementary color
Monochromatic Colors of #3759AF
Black with #3759AF
Text Example
Text Example
White with #3759AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3759AF; }
p { color: rgb(55,89,175); }
H1.HeaderClassName
{
color: #3759AF;
}
.AnyTagClassName
{
color: #3759AF;
}
</style>
background-color css
<style>
a { background-color: #3759AF; }
a { background-color: rgb(55,89,175); }
div.DivClassName
{
background-color: #3759AF;
}
.BgClassName
{
background-color: #3759AF;
}
</style>
border-color css
<style>
span { border-color: #3759AF; }
span { border-color: rgb(55,89,175); }
td.TdClassName
{
border-color: #3759AF;
}
.TagClassName
{
border-color: #3759AF;
}
</style>