Shades of Cerulean Blue #3748AF
Tints of Cerulean Blue #3748AF
RGB
CMYK
RGB Variations
Color information
#3748AF (or 0x3748AF) is known color: Cerulean Blue. HEX triplet: 37, 48 and AF. RGB value is (55,72,175). Sum of RGB (Red+Green+Blue) = 55+72+175=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #3748AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3748AF is #C8B750. Grayscale: #4E4E4E. Windows color (decimal): -13154129 or 11487287. OLE color: 11487287.
HSL color Cylindrical-coordinate representation of color #3748AF: hue angle of 231.5º 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 #3748AF is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 72 | 175 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.31 |
| HSL | 231.5º | 0.52% | 0.45% | - |
| HSV(B) | 231.5º | 0.69% | 0.69% | - |
| XYZ | 11.63 | 8.54 | 41.59 | - |
| YUV | 78.66 | 182.37 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 72 | 175 | 0.69 | 0.59 | 0 | 0.31 | 231.5 | 0.52 | 0.45 |
| Hex | 37 | 48 | AF | 45 | 3B | 0 | 1F | E8 | 34 | 2D |
| Octal | 67 | 110 | 257 | 105 | 73 | 0 | 37 | 350 | 64 | 55 |
| Binary | 110111 | 1001000 | 10101111 | 1000101 | 111011 | 0 | 11111 | 11101000 | 110100 | 101101 |
Color Harmonies of #3748AF
Complementary color
Monochromatic Colors of #3748AF
Black with #3748AF
Text Example
Text Example
White with #3748AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3748AF; }
p { color: rgb(55,72,175); }
H1.HeaderClassName
{
color: #3748AF;
}
.AnyTagClassName
{
color: #3748AF;
}
</style>
background-color css
<style>
a { background-color: #3748AF; }
a { background-color: rgb(55,72,175); }
div.DivClassName
{
background-color: #3748AF;
}
.BgClassName
{
background-color: #3748AF;
}
</style>
border-color css
<style>
span { border-color: #3748AF; }
span { border-color: rgb(55,72,175); }
td.TdClassName
{
border-color: #3748AF;
}
.TagClassName
{
border-color: #3748AF;
}
</style>