Shades of Cerulean Blue #3755AF
Tints of Cerulean Blue #3755AF
RGB
CMYK
RGB Variations
Color information
#3755AF (or 0x3755AF) is known color: Cerulean Blue. HEX triplet: 37, 55 and AF. RGB value is (55,85,175). Sum of RGB (Red+Green+Blue) = 55+85+175=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #3755AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3755AF is #C8AA50. Grayscale: #555555. Windows color (decimal): -13150801 or 11490615. OLE color: 11490615.
HSL color Cylindrical-coordinate representation of color #3755AF: hue angle of 225º 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 #3755AF is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 85 | 175 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.31 |
| HSL | 225º | 0.52% | 0.45% | - |
| HSV(B) | 225º | 0.69% | 0.69% | - |
| XYZ | 12.56 | 10.4 | 41.9 | - |
| YUV | 86.29 | 178.06 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 85 | 175 | 0.69 | 0.51 | 0 | 0.31 | 225 | 0.52 | 0.45 |
| Hex | 37 | 55 | AF | 45 | 33 | 0 | 1F | E1 | 34 | 2D |
| Octal | 67 | 125 | 257 | 105 | 63 | 0 | 37 | 341 | 64 | 55 |
| Binary | 110111 | 1010101 | 10101111 | 1000101 | 110011 | 0 | 11111 | 11100001 | 110100 | 101101 |
Color Harmonies of #3755AF
Complementary color
Monochromatic Colors of #3755AF
Black with #3755AF
Text Example
Text Example
White with #3755AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3755AF; }
p { color: rgb(55,85,175); }
H1.HeaderClassName
{
color: #3755AF;
}
.AnyTagClassName
{
color: #3755AF;
}
</style>
background-color css
<style>
a { background-color: #3755AF; }
a { background-color: rgb(55,85,175); }
div.DivClassName
{
background-color: #3755AF;
}
.BgClassName
{
background-color: #3755AF;
}
</style>
border-color css
<style>
span { border-color: #3755AF; }
span { border-color: rgb(55,85,175); }
td.TdClassName
{
border-color: #3755AF;
}
.TagClassName
{
border-color: #3755AF;
}
</style>