Shades of Curious Blue #3880AD
Tints of Curious Blue #3880AD
RGB
CMYK
RGB Variations
Color information
#3880AD (or 0x3880AD) is known color: Curious Blue. HEX triplet: 38, 80 and AD. RGB value is (56,128,173). Sum of RGB (Red+Green+Blue) = 56+128+173=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #3880AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3880AD is #C77F52. Grayscale: #6F6F6F. Windows color (decimal): -13074259 or 11370552. OLE color: 11370552.
HSL color Cylindrical-coordinate representation of color #3880AD: hue angle of 203.08º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3880AD is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 128 | 173 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.32 |
| HSL | 203.08º | 0.51% | 0.45% | - |
| HSV(B) | 203.08º | 0.68% | 0.68% | - |
| XYZ | 16.89 | 19.3 | 42.37 | - |
| YUV | 111.6 | 162.65 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 173 | 0.68 | 0.26 | 0 | 0.32 | 203.08 | 0.51 | 0.45 |
| Hex | 38 | 80 | AD | 44 | 1A | 0 | 20 | CB | 33 | 2D |
| Octal | 70 | 200 | 255 | 104 | 32 | 0 | 40 | 313 | 63 | 55 |
| Binary | 111000 | 10000000 | 10101101 | 1000100 | 11010 | 0 | 100000 | 11001011 | 110011 | 101101 |
Color Harmonies of #3880AD
Complementary color
Monochromatic Colors of #3880AD
Black with #3880AD
Text Example
Text Example
White with #3880AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3880AD; }
p { color: rgb(56,128,173); }
H1.HeaderClassName
{
color: #3880AD;
}
.AnyTagClassName
{
color: #3880AD;
}
</style>
background-color css
<style>
a { background-color: #3880AD; }
a { background-color: rgb(56,128,173); }
div.DivClassName
{
background-color: #3880AD;
}
.BgClassName
{
background-color: #3880AD;
}
</style>
border-color css
<style>
span { border-color: #3880AD; }
span { border-color: rgb(56,128,173); }
td.TdClassName
{
border-color: #3880AD;
}
.TagClassName
{
border-color: #3880AD;
}
</style>