Shades of Curious Blue #3880CE
Tints of Curious Blue #3880CE
RGB
CMYK
RGB Variations
Color information
#3880CE (or 0x3880CE) is known color: Curious Blue. HEX triplet: 38, 80 and CE. RGB value is (56,128,206). Sum of RGB (Red+Green+Blue) = 56+128+206=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #3880CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3880CE is #C77F31. Grayscale: #727272. Windows color (decimal): -13074226 or 13533240. OLE color: 13533240.
HSL color Cylindrical-coordinate representation of color #3880CE: hue angle of 211.2º 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 #3880CE is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 128 | 206 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.19 |
| HSL | 211.2º | 0.6% | 0.51% | - |
| HSV(B) | 211.2º | 0.73% | 0.81% | - |
| XYZ | 20.49 | 20.74 | 61.31 | - |
| YUV | 115.36 | 179.15 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 206 | 0.73 | 0.38 | 0 | 0.19 | 211.2 | 0.6 | 0.51 |
| Hex | 38 | 80 | CE | 49 | 26 | 0 | 13 | D3 | 3C | 33 |
| Octal | 70 | 200 | 316 | 111 | 46 | 0 | 23 | 323 | 74 | 63 |
| Binary | 111000 | 10000000 | 11001110 | 1001001 | 100110 | 0 | 10011 | 11010011 | 111100 | 110011 |
Color Harmonies of #3880CE
Complementary color
Monochromatic Colors of #3880CE
Black with #3880CE
Text Example
Text Example
White with #3880CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3880CE; }
p { color: rgb(56,128,206); }
H1.HeaderClassName
{
color: #3880CE;
}
.AnyTagClassName
{
color: #3880CE;
}
</style>
background-color css
<style>
a { background-color: #3880CE; }
a { background-color: rgb(56,128,206); }
div.DivClassName
{
background-color: #3880CE;
}
.BgClassName
{
background-color: #3880CE;
}
</style>
border-color css
<style>
span { border-color: #3880CE; }
span { border-color: rgb(56,128,206); }
td.TdClassName
{
border-color: #3880CE;
}
.TagClassName
{
border-color: #3880CE;
}
</style>