Shades of Curious Blue #3880CA
Tints of Curious Blue #3880CA
RGB
CMYK
RGB Variations
Color information
#3880CA (or 0x3880CA) is known color: Curious Blue. HEX triplet: 38, 80 and CA. RGB value is (56,128,202). Sum of RGB (Red+Green+Blue) = 56+128+202=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 128 (50.39% from 255 or 33.16% 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 #3880CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3880CA is #C77F35. Grayscale: #727272. Windows color (decimal): -13074230 or 13271096. OLE color: 13271096.
HSL color Cylindrical-coordinate representation of color #3880CA: hue angle of 210.41º 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 #3880CA is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 128 | 202 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.21 |
| HSL | 210.41º | 0.58% | 0.51% | - |
| HSV(B) | 210.41º | 0.72% | 0.79% | - |
| XYZ | 20.01 | 20.54 | 58.79 | - |
| YUV | 114.91 | 177.15 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 202 | 0.72 | 0.37 | 0 | 0.21 | 210.41 | 0.58 | 0.51 |
| Hex | 38 | 80 | CA | 48 | 25 | 0 | 15 | D2 | 3A | 33 |
| Octal | 70 | 200 | 312 | 110 | 45 | 0 | 25 | 322 | 72 | 63 |
| Binary | 111000 | 10000000 | 11001010 | 1001000 | 100101 | 0 | 10101 | 11010010 | 111010 | 110011 |
Color Harmonies of #3880CA
Complementary color
Monochromatic Colors of #3880CA
Black with #3880CA
Text Example
Text Example
White with #3880CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3880CA; }
p { color: rgb(56,128,202); }
H1.HeaderClassName
{
color: #3880CA;
}
.AnyTagClassName
{
color: #3880CA;
}
</style>
background-color css
<style>
a { background-color: #3880CA; }
a { background-color: rgb(56,128,202); }
div.DivClassName
{
background-color: #3880CA;
}
.BgClassName
{
background-color: #3880CA;
}
</style>
border-color css
<style>
span { border-color: #3880CA; }
span { border-color: rgb(56,128,202); }
td.TdClassName
{
border-color: #3880CA;
}
.TagClassName
{
border-color: #3880CA;
}
</style>