Shades of Curious Blue #3682AB
Tints of Curious Blue #3682AB
RGB
CMYK
RGB Variations
Color information
#3682AB (or 0x3682AB) is known color: Curious Blue. HEX triplet: 36, 82 and AB. RGB value is (54,130,171). Sum of RGB (Red+Green+Blue) = 54+130+171=355 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.21% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #3682AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3682AB is #C97D54. Grayscale: #6F6F6F. Windows color (decimal): -13204821 or 11239990. OLE color: 11239990.
HSL color Cylindrical-coordinate representation of color #3682AB: hue angle of 201.03º 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 #3682AB is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 130 | 171 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.33 |
| HSL | 201.03º | 0.52% | 0.44% | - |
| HSV(B) | 201.03º | 0.68% | 0.67% | - |
| XYZ | 16.85 | 19.69 | 41.44 | - |
| YUV | 111.95 | 161.32 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 171 | 0.68 | 0.24 | 0 | 0.33 | 201.03 | 0.52 | 0.44 |
| Hex | 36 | 82 | AB | 44 | 18 | 0 | 21 | C9 | 34 | 2C |
| Octal | 66 | 202 | 253 | 104 | 30 | 0 | 41 | 311 | 64 | 54 |
| Binary | 110110 | 10000010 | 10101011 | 1000100 | 11000 | 0 | 100001 | 11001001 | 110100 | 101100 |
Color Harmonies of #3682AB
Complementary color
Monochromatic Colors of #3682AB
Black with #3682AB
Text Example
Text Example
White with #3682AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3682AB; }
p { color: rgb(54,130,171); }
H1.HeaderClassName
{
color: #3682AB;
}
.AnyTagClassName
{
color: #3682AB;
}
</style>
background-color css
<style>
a { background-color: #3682AB; }
a { background-color: rgb(54,130,171); }
div.DivClassName
{
background-color: #3682AB;
}
.BgClassName
{
background-color: #3682AB;
}
</style>
border-color css
<style>
span { border-color: #3682AB; }
span { border-color: rgb(54,130,171); }
td.TdClassName
{
border-color: #3682AB;
}
.TagClassName
{
border-color: #3682AB;
}
</style>