Shades of Curious Blue #3881C7
Tints of Curious Blue #3881C7
RGB
CMYK
RGB Variations
Color information
#3881C7 (or 0x3881C7) is known color: Curious Blue. HEX triplet: 38, 81 and C7. RGB value is (56,129,199). Sum of RGB (Red+Green+Blue) = 56+129+199=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 199 (78.12% from 255 or 51.82% from 384); Max value from RGB is 199 - color contains mainly: blue. Hex color #3881C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3881C7 is #C77E38. Grayscale: #727272. Windows color (decimal): -13073977 or 13074744. OLE color: 13074744.
HSL color Cylindrical-coordinate representation of color #3881C7: hue angle of 209.37º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3881C7 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 129 | 199 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.22 |
| HSL | 209.37º | 0.56% | 0.5% | - |
| HSV(B) | 209.37º | 0.72% | 0.78% | - |
| XYZ | 19.79 | 20.66 | 56.98 | - |
| YUV | 115.15 | 175.32 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 129 | 199 | 0.72 | 0.35 | 0 | 0.22 | 209.37 | 0.56 | 0.5 |
| Hex | 38 | 81 | C7 | 48 | 23 | 0 | 16 | D1 | 38 | 32 |
| Octal | 70 | 201 | 307 | 110 | 43 | 0 | 26 | 321 | 70 | 62 |
| Binary | 111000 | 10000001 | 11000111 | 1001000 | 100011 | 0 | 10110 | 11010001 | 111000 | 110010 |
Color Harmonies of #3881C7
Complementary color
Monochromatic Colors of #3881C7
Black with #3881C7
Text Example
Text Example
White with #3881C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3881C7; }
p { color: rgb(56,129,199); }
H1.HeaderClassName
{
color: #3881C7;
}
.AnyTagClassName
{
color: #3881C7;
}
</style>
background-color css
<style>
a { background-color: #3881C7; }
a { background-color: rgb(56,129,199); }
div.DivClassName
{
background-color: #3881C7;
}
.BgClassName
{
background-color: #3881C7;
}
</style>
border-color css
<style>
span { border-color: #3881C7; }
span { border-color: rgb(56,129,199); }
td.TdClassName
{
border-color: #3881C7;
}
.TagClassName
{
border-color: #3881C7;
}
</style>