Shades of Curious Blue #3684AB
Tints of Curious Blue #3684AB
RGB
CMYK
RGB Variations
Color information
#3684AB (or 0x3684AB) is known color: Curious Blue. HEX triplet: 36, 84 and AB. RGB value is (54,132,171). Sum of RGB (Red+Green+Blue) = 54+132+171=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #3684AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3684AB is #C97B54. Grayscale: #707070. Windows color (decimal): -13204309 or 11240502. OLE color: 11240502.
HSL color Cylindrical-coordinate representation of color #3684AB: hue angle of 200º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3684AB is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 132 | 171 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.33 |
| HSL | 200º | 0.52% | 0.44% | - |
| HSV(B) | 200º | 0.68% | 0.67% | - |
| XYZ | 17.12 | 20.23 | 41.53 | - |
| YUV | 113.12 | 160.66 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 132 | 171 | 0.68 | 0.23 | 0 | 0.33 | 200 | 0.52 | 0.44 |
| Hex | 36 | 84 | AB | 44 | 17 | 0 | 21 | C8 | 34 | 2C |
| Octal | 66 | 204 | 253 | 104 | 27 | 0 | 41 | 310 | 64 | 54 |
| Binary | 110110 | 10000100 | 10101011 | 1000100 | 10111 | 0 | 100001 | 11001000 | 110100 | 101100 |
Color Harmonies of #3684AB
Complementary color
Monochromatic Colors of #3684AB
Black with #3684AB
Text Example
Text Example
White with #3684AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3684AB; }
p { color: rgb(54,132,171); }
H1.HeaderClassName
{
color: #3684AB;
}
.AnyTagClassName
{
color: #3684AB;
}
</style>
background-color css
<style>
a { background-color: #3684AB; }
a { background-color: rgb(54,132,171); }
div.DivClassName
{
background-color: #3684AB;
}
.BgClassName
{
background-color: #3684AB;
}
</style>
border-color css
<style>
span { border-color: #3684AB; }
span { border-color: rgb(54,132,171); }
td.TdClassName
{
border-color: #3684AB;
}
.TagClassName
{
border-color: #3684AB;
}
</style>