Shades of Cerulean Blue #3741AE
Tints of Cerulean Blue #3741AE
RGB
CMYK
RGB Variations
Color information
#3741AE (or 0x3741AE) is known color: Cerulean Blue. HEX triplet: 37, 41 and AE. RGB value is (55,65,174). Sum of RGB (Red+Green+Blue) = 55+65+174=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #3741AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3741AE is #C8BE51. Grayscale: #494949. Windows color (decimal): -13155922 or 11419959. OLE color: 11419959.
HSL color Cylindrical-coordinate representation of color #3741AE: hue angle of 234.96º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3741AE is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 65 | 174 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.32 |
| HSL | 234.96º | 0.52% | 0.45% | - |
| HSV(B) | 234.96º | 0.68% | 0.68% | - |
| XYZ | 11.11 | 7.65 | 40.94 | - |
| YUV | 74.44 | 184.19 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 174 | 0.68 | 0.63 | 0 | 0.32 | 234.96 | 0.52 | 0.45 |
| Hex | 37 | 41 | AE | 44 | 3F | 0 | 20 | EB | 34 | 2D |
| Octal | 67 | 101 | 256 | 104 | 77 | 0 | 40 | 353 | 64 | 55 |
| Binary | 110111 | 1000001 | 10101110 | 1000100 | 111111 | 0 | 100000 | 11101011 | 110100 | 101101 |
Color Harmonies of #3741AE
Complementary color
Monochromatic Colors of #3741AE
Black with #3741AE
Text Example
Text Example
White with #3741AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3741AE; }
p { color: rgb(55,65,174); }
H1.HeaderClassName
{
color: #3741AE;
}
.AnyTagClassName
{
color: #3741AE;
}
</style>
background-color css
<style>
a { background-color: #3741AE; }
a { background-color: rgb(55,65,174); }
div.DivClassName
{
background-color: #3741AE;
}
.BgClassName
{
background-color: #3741AE;
}
</style>
border-color css
<style>
span { border-color: #3741AE; }
span { border-color: rgb(55,65,174); }
td.TdClassName
{
border-color: #3741AE;
}
.TagClassName
{
border-color: #3741AE;
}
</style>