Shades of Cerulean Blue #3742AD
Tints of Cerulean Blue #3742AD
RGB
CMYK
RGB Variations
Color information
#3742AD (or 0x3742AD) is known color: Cerulean Blue. HEX triplet: 37, 42 and AD. RGB value is (55,66,173). Sum of RGB (Red+Green+Blue) = 55+66+173=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #3742AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3742AD is #C8BD52. Grayscale: #4A4A4A. Windows color (decimal): -13155667 or 11354679. OLE color: 11354679.
HSL color Cylindrical-coordinate representation of color #3742AD: hue angle of 234.41º 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 #3742AD is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 66 | 173 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.32 |
| HSL | 234.41º | 0.52% | 0.45% | - |
| HSV(B) | 234.41º | 0.68% | 0.68% | - |
| XYZ | 11.07 | 7.73 | 40.44 | - |
| YUV | 74.91 | 183.36 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 173 | 0.68 | 0.62 | 0 | 0.32 | 234.41 | 0.52 | 0.45 |
| Hex | 37 | 42 | AD | 44 | 3E | 0 | 20 | EA | 34 | 2D |
| Octal | 67 | 102 | 255 | 104 | 76 | 0 | 40 | 352 | 64 | 55 |
| Binary | 110111 | 1000010 | 10101101 | 1000100 | 111110 | 0 | 100000 | 11101010 | 110100 | 101101 |
Color Harmonies of #3742AD
Complementary color
Monochromatic Colors of #3742AD
Black with #3742AD
Text Example
Text Example
White with #3742AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3742AD; }
p { color: rgb(55,66,173); }
H1.HeaderClassName
{
color: #3742AD;
}
.AnyTagClassName
{
color: #3742AD;
}
</style>
background-color css
<style>
a { background-color: #3742AD; }
a { background-color: rgb(55,66,173); }
div.DivClassName
{
background-color: #3742AD;
}
.BgClassName
{
background-color: #3742AD;
}
</style>
border-color css
<style>
span { border-color: #3742AD; }
span { border-color: rgb(55,66,173); }
td.TdClassName
{
border-color: #3742AD;
}
.TagClassName
{
border-color: #3742AD;
}
</style>