Shades of Curious Blue #3682CF
Tints of Curious Blue #3682CF
RGB
CMYK
RGB Variations
Color information
#3682CF (or 0x3682CF) is known color: Curious Blue. HEX triplet: 36, 82 and CF. RGB value is (54,130,207). Sum of RGB (Red+Green+Blue) = 54+130+207=391 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.81% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #3682CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3682CF is #C97D30. Grayscale: #737373. Windows color (decimal): -13204785 or 13599286. OLE color: 13599286.
HSL color Cylindrical-coordinate representation of color #3682CF: hue angle of 210.2º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3682CF is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 130 | 207 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.19 |
| HSL | 210.2º | 0.61% | 0.51% | - |
| HSV(B) | 210.2º | 0.74% | 0.81% | - |
| XYZ | 20.77 | 21.25 | 62.04 | - |
| YUV | 116.05 | 179.32 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 207 | 0.74 | 0.37 | 0 | 0.19 | 210.2 | 0.61 | 0.51 |
| Hex | 36 | 82 | CF | 4A | 25 | 0 | 13 | D2 | 3D | 33 |
| Octal | 66 | 202 | 317 | 112 | 45 | 0 | 23 | 322 | 75 | 63 |
| Binary | 110110 | 10000010 | 11001111 | 1001010 | 100101 | 0 | 10011 | 11010010 | 111101 | 110011 |
Color Harmonies of #3682CF
Complementary color
Monochromatic Colors of #3682CF
Black with #3682CF
Text Example
Text Example
White with #3682CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3682CF; }
p { color: rgb(54,130,207); }
H1.HeaderClassName
{
color: #3682CF;
}
.AnyTagClassName
{
color: #3682CF;
}
</style>
background-color css
<style>
a { background-color: #3682CF; }
a { background-color: rgb(54,130,207); }
div.DivClassName
{
background-color: #3682CF;
}
.BgClassName
{
background-color: #3682CF;
}
</style>
border-color css
<style>
span { border-color: #3682CF; }
span { border-color: rgb(54,130,207); }
td.TdClassName
{
border-color: #3682CF;
}
.TagClassName
{
border-color: #3682CF;
}
</style>