Shades of Curious Blue #3882CA
Tints of Curious Blue #3882CA
RGB
CMYK
RGB Variations
Color information
#3882CA (or 0x3882CA) is known color: Curious Blue. HEX triplet: 38, 82 and CA. RGB value is (56,130,202). Sum of RGB (Red+Green+Blue) = 56+130+202=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #3882CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3882CA is #C77D35. Grayscale: #737373. Windows color (decimal): -13073718 or 13271608. OLE color: 13271608.
HSL color Cylindrical-coordinate representation of color #3882CA: hue angle of 209.59º 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 #3882CA is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 130 | 202 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.21 |
| HSL | 209.59º | 0.58% | 0.51% | - |
| HSV(B) | 209.59º | 0.72% | 0.79% | - |
| XYZ | 20.27 | 21.07 | 58.88 | - |
| YUV | 116.08 | 176.48 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 202 | 0.72 | 0.36 | 0 | 0.21 | 209.59 | 0.58 | 0.51 |
| Hex | 38 | 82 | CA | 48 | 24 | 0 | 15 | D2 | 3A | 33 |
| Octal | 70 | 202 | 312 | 110 | 44 | 0 | 25 | 322 | 72 | 63 |
| Binary | 111000 | 10000010 | 11001010 | 1001000 | 100100 | 0 | 10101 | 11010010 | 111010 | 110011 |
Color Harmonies of #3882CA
Complementary color
Monochromatic Colors of #3882CA
Black with #3882CA
Text Example
Text Example
White with #3882CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3882CA; }
p { color: rgb(56,130,202); }
H1.HeaderClassName
{
color: #3882CA;
}
.AnyTagClassName
{
color: #3882CA;
}
</style>
background-color css
<style>
a { background-color: #3882CA; }
a { background-color: rgb(56,130,202); }
div.DivClassName
{
background-color: #3882CA;
}
.BgClassName
{
background-color: #3882CA;
}
</style>
border-color css
<style>
span { border-color: #3882CA; }
span { border-color: rgb(56,130,202); }
td.TdClassName
{
border-color: #3882CA;
}
.TagClassName
{
border-color: #3882CA;
}
</style>