Shades of Curious Blue #3882CD
Tints of Curious Blue #3882CD
RGB
CMYK
RGB Variations
Color information
#3882CD (or 0x3882CD) is known color: Curious Blue. HEX triplet: 38, 82 and CD. RGB value is (56,130,205). Sum of RGB (Red+Green+Blue) = 56+130+205=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #3882CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3882CD is #C77D32. Grayscale: #747474. Windows color (decimal): -13073715 or 13468216. OLE color: 13468216.
HSL color Cylindrical-coordinate representation of color #3882CD: hue angle of 210.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3882CD is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 130 | 205 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.20 |
| HSL | 210.2º | 0.6% | 0.51% | - |
| HSV(B) | 210.2º | 0.73% | 0.8% | - |
| XYZ | 20.63 | 21.21 | 60.76 | - |
| YUV | 116.42 | 177.98 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 205 | 0.73 | 0.37 | 0 | 0.20 | 210.2 | 0.6 | 0.51 |
| Hex | 38 | 82 | CD | 49 | 25 | 0 | 14 | D2 | 3C | 33 |
| Octal | 70 | 202 | 315 | 111 | 45 | 0 | 24 | 322 | 74 | 63 |
| Binary | 111000 | 10000010 | 11001101 | 1001001 | 100101 | 0 | 10100 | 11010010 | 111100 | 110011 |
Color Harmonies of #3882CD
Complementary color
Monochromatic Colors of #3882CD
Black with #3882CD
Text Example
Text Example
White with #3882CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3882CD; }
p { color: rgb(56,130,205); }
H1.HeaderClassName
{
color: #3882CD;
}
.AnyTagClassName
{
color: #3882CD;
}
</style>
background-color css
<style>
a { background-color: #3882CD; }
a { background-color: rgb(56,130,205); }
div.DivClassName
{
background-color: #3882CD;
}
.BgClassName
{
background-color: #3882CD;
}
</style>
border-color css
<style>
span { border-color: #3882CD; }
span { border-color: rgb(56,130,205); }
td.TdClassName
{
border-color: #3882CD;
}
.TagClassName
{
border-color: #3882CD;
}
</style>