Shades of Cerulean Blue #3742AC
Tints of Cerulean Blue #3742AC
RGB
CMYK
RGB Variations
Color information
#3742AC (or 0x3742AC) is known color: Cerulean Blue. HEX triplet: 37, 42 and AC. RGB value is (55,66,172). Sum of RGB (Red+Green+Blue) = 55+66+172=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #3742AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3742AC is #C8BD53. Grayscale: #4A4A4A. Windows color (decimal): -13155668 or 11289143. OLE color: 11289143.
HSL color Cylindrical-coordinate representation of color #3742AC: hue angle of 234.36º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3742AC is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 66 | 172 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.33 |
| HSL | 234.36º | 0.52% | 0.45% | - |
| HSV(B) | 234.36º | 0.68% | 0.67% | - |
| XYZ | 10.97 | 7.69 | 39.94 | - |
| YUV | 74.8 | 182.86 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 172 | 0.68 | 0.62 | 0 | 0.33 | 234.36 | 0.52 | 0.45 |
| Hex | 37 | 42 | AC | 44 | 3E | 0 | 21 | EA | 34 | 2D |
| Octal | 67 | 102 | 254 | 104 | 76 | 0 | 41 | 352 | 64 | 55 |
| Binary | 110111 | 1000010 | 10101100 | 1000100 | 111110 | 0 | 100001 | 11101010 | 110100 | 101101 |
Color Harmonies of #3742AC
Complementary color
Monochromatic Colors of #3742AC
Black with #3742AC
Text Example
Text Example
White with #3742AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3742AC; }
p { color: rgb(55,66,172); }
H1.HeaderClassName
{
color: #3742AC;
}
.AnyTagClassName
{
color: #3742AC;
}
</style>
background-color css
<style>
a { background-color: #3742AC; }
a { background-color: rgb(55,66,172); }
div.DivClassName
{
background-color: #3742AC;
}
.BgClassName
{
background-color: #3742AC;
}
</style>
border-color css
<style>
span { border-color: #3742AC; }
span { border-color: rgb(55,66,172); }
td.TdClassName
{
border-color: #3742AC;
}
.TagClassName
{
border-color: #3742AC;
}
</style>