Shades of Curious Blue #3784AC
Tints of Curious Blue #3784AC
RGB
CMYK
RGB Variations
Color information
#3784AC (or 0x3784AC) is known color: Curious Blue. HEX triplet: 37, 84 and AC. RGB value is (55,132,172). Sum of RGB (Red+Green+Blue) = 55+132+172=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #3784AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3784AC is #C87B53. Grayscale: #717171. Windows color (decimal): -13138772 or 11306039. OLE color: 11306039.
HSL color Cylindrical-coordinate representation of color #3784AC: hue angle of 200.51º 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 #3784AC is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 132 | 172 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.33 |
| HSL | 200.51º | 0.52% | 0.45% | - |
| HSV(B) | 200.51º | 0.68% | 0.67% | - |
| XYZ | 17.27 | 20.29 | 42.04 | - |
| YUV | 113.54 | 160.99 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 132 | 172 | 0.68 | 0.23 | 0 | 0.33 | 200.51 | 0.52 | 0.45 |
| Hex | 37 | 84 | AC | 44 | 17 | 0 | 21 | C9 | 34 | 2D |
| Octal | 67 | 204 | 254 | 104 | 27 | 0 | 41 | 311 | 64 | 55 |
| Binary | 110111 | 10000100 | 10101100 | 1000100 | 10111 | 0 | 100001 | 11001001 | 110100 | 101101 |
Color Harmonies of #3784AC
Complementary color
Monochromatic Colors of #3784AC
Black with #3784AC
Text Example
Text Example
White with #3784AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3784AC; }
p { color: rgb(55,132,172); }
H1.HeaderClassName
{
color: #3784AC;
}
.AnyTagClassName
{
color: #3784AC;
}
</style>
background-color css
<style>
a { background-color: #3784AC; }
a { background-color: rgb(55,132,172); }
div.DivClassName
{
background-color: #3784AC;
}
.BgClassName
{
background-color: #3784AC;
}
</style>
border-color css
<style>
span { border-color: #3784AC; }
span { border-color: rgb(55,132,172); }
td.TdClassName
{
border-color: #3784AC;
}
.TagClassName
{
border-color: #3784AC;
}
</style>