Shades of Curious Blue #3682CA
Tints of Curious Blue #3682CA
RGB
CMYK
RGB Variations
Color information
#3682CA (or 0x3682CA) is known color: Curious Blue. HEX triplet: 36, 82 and CA. RGB value is (54,130,202). Sum of RGB (Red+Green+Blue) = 54+130+202=386 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.99% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #3682CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3682CA is #C97D35. Grayscale: #737373. Windows color (decimal): -13204790 or 13271606. OLE color: 13271606.
HSL color Cylindrical-coordinate representation of color #3682CA: hue angle of 209.19º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3682CA is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 130 | 202 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.21 |
| HSL | 209.19º | 0.58% | 0.5% | - |
| HSV(B) | 209.19º | 0.73% | 0.79% | - |
| XYZ | 20.16 | 21.01 | 58.87 | - |
| YUV | 115.48 | 176.82 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 202 | 0.73 | 0.36 | 0 | 0.21 | 209.19 | 0.58 | 0.5 |
| Hex | 36 | 82 | CA | 49 | 24 | 0 | 15 | D1 | 3A | 32 |
| Octal | 66 | 202 | 312 | 111 | 44 | 0 | 25 | 321 | 72 | 62 |
| Binary | 110110 | 10000010 | 11001010 | 1001001 | 100100 | 0 | 10101 | 11010001 | 111010 | 110010 |
Color Harmonies of #3682CA
Complementary color
Monochromatic Colors of #3682CA
Black with #3682CA
Text Example
Text Example
White with #3682CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3682CA; }
p { color: rgb(54,130,202); }
H1.HeaderClassName
{
color: #3682CA;
}
.AnyTagClassName
{
color: #3682CA;
}
</style>
background-color css
<style>
a { background-color: #3682CA; }
a { background-color: rgb(54,130,202); }
div.DivClassName
{
background-color: #3682CA;
}
.BgClassName
{
background-color: #3682CA;
}
</style>
border-color css
<style>
span { border-color: #3682CA; }
span { border-color: rgb(54,130,202); }
td.TdClassName
{
border-color: #3682CA;
}
.TagClassName
{
border-color: #3682CA;
}
</style>