Shades of Curious Blue #3880C7
Tints of Curious Blue #3880C7
RGB
CMYK
RGB Variations
Color information
#3880C7 (or 0x3880C7) is known color: Curious Blue. HEX triplet: 38, 80 and C7. RGB value is (56,128,199). Sum of RGB (Red+Green+Blue) = 56+128+199=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 199 (78.12% from 255 or 51.96% from 383); Max value from RGB is 199 - color contains mainly: blue. Hex color #3880C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3880C7 is #C77F38. Grayscale: #727272. Windows color (decimal): -13074233 or 13074488. OLE color: 13074488.
HSL color Cylindrical-coordinate representation of color #3880C7: hue angle of 209.79º 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 #3880C7 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 128 | 199 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.22 |
| HSL | 209.79º | 0.56% | 0.5% | - |
| HSV(B) | 209.79º | 0.72% | 0.78% | - |
| XYZ | 19.66 | 20.4 | 56.93 | - |
| YUV | 114.57 | 175.65 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 199 | 0.72 | 0.36 | 0 | 0.22 | 209.79 | 0.56 | 0.5 |
| Hex | 38 | 80 | C7 | 48 | 24 | 0 | 16 | D2 | 38 | 32 |
| Octal | 70 | 200 | 307 | 110 | 44 | 0 | 26 | 322 | 70 | 62 |
| Binary | 111000 | 10000000 | 11000111 | 1001000 | 100100 | 0 | 10110 | 11010010 | 111000 | 110010 |
Color Harmonies of #3880C7
Complementary color
Monochromatic Colors of #3880C7
Black with #3880C7
Text Example
Text Example
White with #3880C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3880C7; }
p { color: rgb(56,128,199); }
H1.HeaderClassName
{
color: #3880C7;
}
.AnyTagClassName
{
color: #3880C7;
}
</style>
background-color css
<style>
a { background-color: #3880C7; }
a { background-color: rgb(56,128,199); }
div.DivClassName
{
background-color: #3880C7;
}
.BgClassName
{
background-color: #3880C7;
}
</style>
border-color css
<style>
span { border-color: #3880C7; }
span { border-color: rgb(56,128,199); }
td.TdClassName
{
border-color: #3880C7;
}
.TagClassName
{
border-color: #3880C7;
}
</style>