Shades of Curious Blue #3882CE
Tints of Curious Blue #3882CE
RGB
CMYK
RGB Variations
Color information
#3882CE (or 0x3882CE) is known color: Curious Blue. HEX triplet: 38, 82 and CE. RGB value is (56,130,206). Sum of RGB (Red+Green+Blue) = 56+130+206=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #3882CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3882CE is #C77D31. Grayscale: #747474. Windows color (decimal): -13073714 or 13533752. OLE color: 13533752.
HSL color Cylindrical-coordinate representation of color #3882CE: hue angle of 210.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3882CE is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 130 | 206 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.19 |
| HSL | 210.4º | 0.6% | 0.51% | - |
| HSV(B) | 210.4º | 0.73% | 0.81% | - |
| XYZ | 20.75 | 21.26 | 61.4 | - |
| YUV | 116.54 | 178.48 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 206 | 0.73 | 0.37 | 0 | 0.19 | 210.4 | 0.6 | 0.51 |
| Hex | 38 | 82 | CE | 49 | 25 | 0 | 13 | D2 | 3C | 33 |
| Octal | 70 | 202 | 316 | 111 | 45 | 0 | 23 | 322 | 74 | 63 |
| Binary | 111000 | 10000010 | 11001110 | 1001001 | 100101 | 0 | 10011 | 11010010 | 111100 | 110011 |
Color Harmonies of #3882CE
Complementary color
Monochromatic Colors of #3882CE
Black with #3882CE
Text Example
Text Example
White with #3882CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3882CE; }
p { color: rgb(56,130,206); }
H1.HeaderClassName
{
color: #3882CE;
}
.AnyTagClassName
{
color: #3882CE;
}
</style>
background-color css
<style>
a { background-color: #3882CE; }
a { background-color: rgb(56,130,206); }
div.DivClassName
{
background-color: #3882CE;
}
.BgClassName
{
background-color: #3882CE;
}
</style>
border-color css
<style>
span { border-color: #3882CE; }
span { border-color: rgb(56,130,206); }
td.TdClassName
{
border-color: #3882CE;
}
.TagClassName
{
border-color: #3882CE;
}
</style>