Shades of Cerulean Blue #3742B6
Tints of Cerulean Blue #3742B6
RGB
CMYK
RGB Variations
Color information
#3742B6 (or 0x3742B6) is known color: Cerulean Blue. HEX triplet: 37, 42 and B6. RGB value is (55,66,182). Sum of RGB (Red+Green+Blue) = 55+66+182=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 182 (71.48% from 255 or 60.07% from 303); Max value from RGB is 182 - color contains mainly: blue. Hex color #3742B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3742B6 is #C8BD49. Grayscale: #4B4B4B. Windows color (decimal): -13155658 or 11944503. OLE color: 11944503.
HSL color Cylindrical-coordinate representation of color #3742B6: hue angle of 234.8º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3742B6 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 66 | 182 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.29 |
| HSL | 234.8º | 0.54% | 0.46% | - |
| HSV(B) | 234.8º | 0.7% | 0.71% | - |
| XYZ | 11.97 | 8.09 | 45.19 | - |
| YUV | 75.94 | 187.86 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 182 | 0.70 | 0.64 | 0 | 0.29 | 234.8 | 0.54 | 0.46 |
| Hex | 37 | 42 | B6 | 46 | 40 | 0 | 1D | EB | 36 | 2E |
| Octal | 67 | 102 | 266 | 106 | 100 | 0 | 35 | 353 | 66 | 56 |
| Binary | 110111 | 1000010 | 10110110 | 1000110 | 1000000 | 0 | 11101 | 11101011 | 110110 | 101110 |
Color Harmonies of #3742B6
Complementary color
Monochromatic Colors of #3742B6
Black with #3742B6
Text Example
Text Example
White with #3742B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3742B6; }
p { color: rgb(55,66,182); }
H1.HeaderClassName
{
color: #3742B6;
}
.AnyTagClassName
{
color: #3742B6;
}
</style>
background-color css
<style>
a { background-color: #3742B6; }
a { background-color: rgb(55,66,182); }
div.DivClassName
{
background-color: #3742B6;
}
.BgClassName
{
background-color: #3742B6;
}
</style>
border-color css
<style>
span { border-color: #3742B6; }
span { border-color: rgb(55,66,182); }
td.TdClassName
{
border-color: #3742B6;
}
.TagClassName
{
border-color: #3742B6;
}
</style>