Shades of Curious Blue #3980CA
Tints of Curious Blue #3980CA
RGB
CMYK
RGB Variations
Color information
#3980CA (or 0x3980CA) is known color: Curious Blue. HEX triplet: 39, 80 and CA. RGB value is (57,128,202). Sum of RGB (Red+Green+Blue) = 57+128+202=387 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.73% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #3980CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3980CA is #C67F35. Grayscale: #727272. Windows color (decimal): -13008694 or 13271097. OLE color: 13271097.
HSL color Cylindrical-coordinate representation of color #3980CA: hue angle of 210.62º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3980CA is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 128 | 202 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.21 |
| HSL | 210.62º | 0.58% | 0.51% | - |
| HSV(B) | 210.62º | 0.72% | 0.79% | - |
| XYZ | 20.07 | 20.57 | 58.79 | - |
| YUV | 115.21 | 176.98 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 128 | 202 | 0.72 | 0.37 | 0 | 0.21 | 210.62 | 0.58 | 0.51 |
| Hex | 39 | 80 | CA | 48 | 25 | 0 | 15 | D3 | 3A | 33 |
| Octal | 71 | 200 | 312 | 110 | 45 | 0 | 25 | 323 | 72 | 63 |
| Binary | 111001 | 10000000 | 11001010 | 1001000 | 100101 | 0 | 10101 | 11010011 | 111010 | 110011 |
Color Harmonies of #3980CA
Complementary color
Monochromatic Colors of #3980CA
Black with #3980CA
Text Example
Text Example
White with #3980CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3980CA; }
p { color: rgb(57,128,202); }
H1.HeaderClassName
{
color: #3980CA;
}
.AnyTagClassName
{
color: #3980CA;
}
</style>
background-color css
<style>
a { background-color: #3980CA; }
a { background-color: rgb(57,128,202); }
div.DivClassName
{
background-color: #3980CA;
}
.BgClassName
{
background-color: #3980CA;
}
</style>
border-color css
<style>
span { border-color: #3980CA; }
span { border-color: rgb(57,128,202); }
td.TdClassName
{
border-color: #3980CA;
}
.TagClassName
{
border-color: #3980CA;
}
</style>