Shades of Curious Blue #3880B7
Tints of Curious Blue #3880B7
RGB
CMYK
RGB Variations
Color information
#3880B7 (or 0x3880B7) is known color: Curious Blue. HEX triplet: 38, 80 and B7. RGB value is (56,128,183). Sum of RGB (Red+Green+Blue) = 56+128+183=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #3880B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3880B7 is #C77F48. Grayscale: #707070. Windows color (decimal): -13074249 or 12025912. OLE color: 12025912.
HSL color Cylindrical-coordinate representation of color #3880B7: hue angle of 205.98º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3880B7 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 128 | 183 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.28 |
| HSL | 205.98º | 0.53% | 0.47% | - |
| HSV(B) | 205.98º | 0.69% | 0.72% | - |
| XYZ | 17.9 | 19.7 | 47.66 | - |
| YUV | 112.74 | 167.65 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 183 | 0.69 | 0.30 | 0 | 0.28 | 205.98 | 0.53 | 0.47 |
| Hex | 38 | 80 | B7 | 45 | 1E | 0 | 1C | CE | 35 | 2F |
| Octal | 70 | 200 | 267 | 105 | 36 | 0 | 34 | 316 | 65 | 57 |
| Binary | 111000 | 10000000 | 10110111 | 1000101 | 11110 | 0 | 11100 | 11001110 | 110101 | 101111 |
Color Harmonies of #3880B7
Complementary color
Monochromatic Colors of #3880B7
Black with #3880B7
Text Example
Text Example
White with #3880B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3880B7; }
p { color: rgb(56,128,183); }
H1.HeaderClassName
{
color: #3880B7;
}
.AnyTagClassName
{
color: #3880B7;
}
</style>
background-color css
<style>
a { background-color: #3880B7; }
a { background-color: rgb(56,128,183); }
div.DivClassName
{
background-color: #3880B7;
}
.BgClassName
{
background-color: #3880B7;
}
</style>
border-color css
<style>
span { border-color: #3880B7; }
span { border-color: rgb(56,128,183); }
td.TdClassName
{
border-color: #3880B7;
}
.TagClassName
{
border-color: #3880B7;
}
</style>