Shades of Curious Blue #3880CF
Tints of Curious Blue #3880CF
RGB
CMYK
RGB Variations
Color information
#3880CF (or 0x3880CF) is known color: Curious Blue. HEX triplet: 38, 80 and CF. RGB value is (56,128,207). Sum of RGB (Red+Green+Blue) = 56+128+207=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #3880CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3880CF is #C77F30. Grayscale: #737373. Windows color (decimal): -13074225 or 13598776. OLE color: 13598776.
HSL color Cylindrical-coordinate representation of color #3880CF: hue angle of 211.39º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3880CF is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 128 | 207 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.19 |
| HSL | 211.39º | 0.61% | 0.52% | - |
| HSV(B) | 211.39º | 0.73% | 0.81% | - |
| XYZ | 20.61 | 20.78 | 61.96 | - |
| YUV | 115.48 | 179.65 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 207 | 0.73 | 0.38 | 0 | 0.19 | 211.39 | 0.61 | 0.52 |
| Hex | 38 | 80 | CF | 49 | 26 | 0 | 13 | D3 | 3D | 34 |
| Octal | 70 | 200 | 317 | 111 | 46 | 0 | 23 | 323 | 75 | 64 |
| Binary | 111000 | 10000000 | 11001111 | 1001001 | 100110 | 0 | 10011 | 11010011 | 111101 | 110100 |
Color Harmonies of #3880CF
Complementary color
Monochromatic Colors of #3880CF
Black with #3880CF
Text Example
Text Example
White with #3880CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3880CF; }
p { color: rgb(56,128,207); }
H1.HeaderClassName
{
color: #3880CF;
}
.AnyTagClassName
{
color: #3880CF;
}
</style>
background-color css
<style>
a { background-color: #3880CF; }
a { background-color: rgb(56,128,207); }
div.DivClassName
{
background-color: #3880CF;
}
.BgClassName
{
background-color: #3880CF;
}
</style>
border-color css
<style>
span { border-color: #3880CF; }
span { border-color: rgb(56,128,207); }
td.TdClassName
{
border-color: #3880CF;
}
.TagClassName
{
border-color: #3880CF;
}
</style>