Shades of Cerulean Blue #3740AF
Tints of Cerulean Blue #3740AF
RGB
CMYK
RGB Variations
Color information
#3740AF (or 0x3740AF) is known color: Cerulean Blue. HEX triplet: 37, 40 and AF. RGB value is (55,64,175). Sum of RGB (Red+Green+Blue) = 55+64+175=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #3740AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3740AF is #C8BF50. Grayscale: #494949. Windows color (decimal): -13156177 or 11485239. OLE color: 11485239.
HSL color Cylindrical-coordinate representation of color #3740AF: hue angle of 235.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 #3740AF is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 64 | 175 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.31 |
| HSL | 235.5º | 0.52% | 0.45% | - |
| HSV(B) | 235.5º | 0.69% | 0.69% | - |
| XYZ | 11.15 | 7.57 | 41.43 | - |
| YUV | 73.96 | 185.02 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 175 | 0.69 | 0.63 | 0 | 0.31 | 235.5 | 0.52 | 0.45 |
| Hex | 37 | 40 | AF | 45 | 3F | 0 | 1F | EC | 34 | 2D |
| Octal | 67 | 100 | 257 | 105 | 77 | 0 | 37 | 354 | 64 | 55 |
| Binary | 110111 | 1000000 | 10101111 | 1000101 | 111111 | 0 | 11111 | 11101100 | 110100 | 101101 |
Color Harmonies of #3740AF
Complementary color
Monochromatic Colors of #3740AF
Black with #3740AF
Text Example
Text Example
White with #3740AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3740AF; }
p { color: rgb(55,64,175); }
H1.HeaderClassName
{
color: #3740AF;
}
.AnyTagClassName
{
color: #3740AF;
}
</style>
background-color css
<style>
a { background-color: #3740AF; }
a { background-color: rgb(55,64,175); }
div.DivClassName
{
background-color: #3740AF;
}
.BgClassName
{
background-color: #3740AF;
}
</style>
border-color css
<style>
span { border-color: #3740AF; }
span { border-color: rgb(55,64,175); }
td.TdClassName
{
border-color: #3740AF;
}
.TagClassName
{
border-color: #3740AF;
}
</style>